.gsb-header-call {
  margin-left: auto;
  padding: 10px 14px;
  border: 1px solid rgba(255,255,255,.65);
  color: #fff;
  font: 600 13px/1 "Work Sans", sans-serif;
  letter-spacing: .05em;
  text-decoration: none;
}

.gsb-hero-pitch {
  position: absolute;
  left: var(--site-gutter);
  bottom: 42px;
  z-index: 3;
  width: min(620px, calc(100% - (2 * var(--site-gutter))));
  color: #fff;
}

.hero-copy {
  width: min(980px, calc(100% - (2 * var(--site-gutter)))) !important;
  max-width: none !important;
}

.hero-copy h1 {
  font-size: clamp(60px, 6.5vw, 94px) !important;
  line-height: .95 !important;
}

.hero-copy h1 span:first-child {
  white-space: nowrap;
}

.gsb-hero-pitch p {
  margin: 0 0 24px;
  font: 500 clamp(16px, 1.5vw, 21px)/1.55 "Work Sans", sans-serif;
}

.gsb-hero-pitch div {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.gsb-hero-pitch a,
.gsb-emergency a,
.gsb-service a {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  padding: 12px 20px;
  border: 1px solid #fff;
  color: #fff;
  font: 600 12px/1 "Work Sans", sans-serif;
  letter-spacing: .08em;
  text-decoration: none;
  text-transform: uppercase;
}

.gsb-emergency {
  display: grid;
  grid-template-columns: .78fr 1.22fr auto;
  align-items: center;
  gap: 46px;
  padding: 38px var(--site-gutter);
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  background: #0a0a0a;
  color: #fff;
}

.gsb-emergency span,
.gsb-service header span,
.gsb-intake header > span {
  color: #a8a8a8;
  font: 600 11px/1 "Work Sans", sans-serif;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.gsb-emergency h2,
.gsb-service h2,
.gsb-intake h2 {
  margin: 10px 0 0;
  color: #fff;
  font-size: clamp(34px, 4.3vw, 68px);
  line-height: .96;
}

.gsb-emergency p {
  margin: 0;
  font: 400 17px/1.6 "Work Sans", sans-serif;
}

.gsb-service {
  display: grid;
  grid-template-columns: .9fr .75fr 1fr;
  gap: 62px;
  padding: 10vw var(--site-gutter);
  border-top: 1px solid #3a3a3a;
  border-bottom: 1px solid #3a3a3a;
  background: #101010;
  color: #fff;
}

.gsb-service-copy > p {
  margin: 0 0 26px;
  font: 400 17px/1.7 "Work Sans", sans-serif;
}

.gsb-service-lines p {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 20px 0;
  border-bottom: 1px solid #444;
}

.gsb-service-lines b {
  font: 600 14px/1.2 "Work Sans", sans-serif;
  text-transform: uppercase;
}

.gsb-service-lines span {
  color: #aaa;
  font: 400 15px/1.5 "Work Sans", sans-serif;
}

.gsb-intake {
  display: grid;
  grid-template-columns: .78fr 1.22fr;
  gap: 8vw;
  padding: 10vw var(--site-gutter);
  border-top: 1px solid #3a3a3a;
  background: #050505;
  color: #fff;
}

.gsb-intake header > p {
  max-width: 540px;
  margin: 28px 0;
  font: 400 17px/1.7 "Work Sans", sans-serif;
}

.gsb-intake nav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
}

.gsb-intake nav a {
  color: #fff;
  font: 600 13px/1.5 "Work Sans", sans-serif;
  text-underline-offset: 4px;
}

.gsb-intake form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  padding-top: 28px;
  border-top: 1px solid #fff;
}

.gsb-intake label {
  display: grid;
  gap: 8px;
  color: #aaa;
  font: 600 11px/1 "Work Sans", sans-serif;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.gsb-intake input,
.gsb-intake select,
.gsb-intake textarea {
  width: 100%;
  min-height: 50px;
  box-sizing: border-box;
  padding: 12px;
  border: 1px solid #555;
  border-radius: 0;
  background: #0b0b0b;
  color: #fff;
  font: 400 16px/1.4 "Work Sans", sans-serif;
  text-transform: none;
}

.gsb-intake textarea {
  min-height: 140px;
  resize: vertical;
}

.gsb-intake .wide,
.gsb-intake button,
.gsb-intake [data-form-status] {
  grid-column: 1 / -1;
}

.gsb-intake button {
  min-height: 54px;
  border: 1px solid #fff;
  background: #fff;
  color: #000;
  font: 600 13px/1 "Work Sans", sans-serif;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.gsb-intake .hp-field {
  position: absolute !important;
  left: -9999px !important;
}

.gsb-mobile-call {
  display: none;
}

@media (max-width: 900px) {
  .gsb-header-call {
    display: none;
  }

  .gsb-emergency,
  .gsb-service,
  .gsb-intake {
    grid-template-columns: 1fr;
    gap: 38px;
    padding: 64px 22px;
  }

  .gsb-mobile-call {
    position: fixed;
    right: 18px;
    bottom: 18px;
    z-index: 2147483000;
    display: grid;
    width: 62px;
    height: 62px;
    place-items: center;
    border: 1px solid #000;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 12px 28px rgba(0,0,0,.35);
    color: #000 !important;
    font: 600 13px/1 "Work Sans", sans-serif;
    letter-spacing: .06em;
    text-decoration: none;
    text-transform: uppercase;
  }
}

@media (max-width: 600px) {
  .hero {
    height: 760px !important;
    min-height: 760px !important;
  }

  .hero-copy {
    position: absolute !important;
    top: 140px !important;
    left: 22px !important;
    width: calc(100% - 44px) !important;
  }

  .hero-copy h1 {
    font-size: 48px !important;
    line-height: .94 !important;
  }

  .gsb-hero-pitch {
    left: 22px;
    bottom: 48px;
    width: calc(100% - 44px);
  }

  .gsb-hero-pitch p {
    font-size: 15px;
  }

  .hero-copy h1 span:first-child {
    white-space: normal;
  }

  .gsb-hero-pitch div,
  .gsb-hero-pitch a {
    width: 100%;
  }

  .gsb-intake form {
    grid-template-columns: 1fr;
  }

  .gsb-intake .wide,
  .gsb-intake button,
  .gsb-intake [data-form-status] {
    grid-column: 1;
  }
}
