:root {
  --gg-shadow: var(--gg-shadow-soft, 0 18px 48px rgba(18, 48, 61, 0.14));
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: clip;
  background: var(--gg-paper);
  color: var(--gg-ink);
  font-family: "Instrument Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}

a {
  color: inherit;
}

img,
svg {
  max-width: 100%;
}

.skip-link {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 1000;
  border-radius: 8px;
  padding: 11px 15px;
  background: var(--gg-ink);
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  transform: translateY(-150%);
}

.skip-link:focus {
  transform: translateY(0);
}

.gateway-shell {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
}

.gateway-hero {
  position: relative;
  overflow: visible;
  background-color: var(--gg-sky);
  background-image:
    radial-gradient(circle at 83% 20%, rgba(255, 255, 255, 0.46) 0 4%, transparent 4.2%),
    url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%22240%22 height=%22160%22%3E%3Cg fill=%22%23ffffff%22 fill-opacity=%22.23%22%3E%3Cpath d=%22M40,50 a12,12 0 0 1 12,-12 a14,14 0 0 1 26,-4 a10,10 0 0 1 14,10 a8,8 0 0 1 -6,6 L46,50 Z%22/%3E%3Cpath d=%22M160,120 a10,10 0 0 1 10,-10 a12,12 0 0 1 22,-3 a8,8 0 0 1 12,8 a7,7 0 0 1 -5,5 L165,120 Z%22/%3E%3C/g%3E%3C/svg%3E");
}

.gateway-hero::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 8px;
  background: linear-gradient(90deg, var(--gg-orange), #f5ba61 45%, var(--gg-sea));
  content: "";
}

.gateway-hero__grid {
  min-height: 0;
  padding: clamp(36px, 4vw, 56px) 0 clamp(44px, 5vw, 64px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, 1.04fr);
  align-items: center;
  gap: clamp(28px, 3vw, 42px);
}

.gateway-hero__copy {
  position: relative;
  z-index: 1;
}

.gateway-hero__kicker {
  max-width: 58ch;
  margin: 0 0 14px;
  color: var(--gg-green);
  font-family: var(--gg-font-display, "Archivo", sans-serif);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
  line-height: 1.35;
  text-transform: uppercase;
}

.gateway-hero h1 {
  max-width: 17ch;
  margin: 0;
  color: var(--gg-green-dark);
  font-family: var(--gg-font-display, "Archivo", sans-serif);
  font-size: clamp(44px, 4.6vw, 66px);
  font-weight: 800;
  letter-spacing: -0.045em;
  line-height: 0.96;
  text-wrap: balance;
}

.gateway-hero h1 span {
  position: relative;
  display: table;
  margin-bottom: 0.13em;
  color: #fff;
  padding: 0.02em 0.13em 0.08em;
  background: var(--gg-green);
  box-shadow: 0 5px 0 rgba(18, 54, 42, 0.25);
  font-family: var(--gg-font-utility, "Barlow Condensed", sans-serif);
  letter-spacing: 0.025em;
  line-height: 0.9;
  transform: rotate(-1.2deg);
}

.gateway-hero__intro {
  max-width: 57ch;
  margin: 20px 0 0;
  color: #334b56;
  font-size: clamp(16px, 1.25vw, 18px);
  line-height: 1.55;
  text-wrap: pretty;
}

.gateway-hero__intro strong {
  color: var(--gg-green-dark);
  font-weight: 800;
}

.gateway-actions {
  margin-top: 30px;
  display: flex;
  align-items: center;
  gap: 22px;
  flex-wrap: wrap;
}

.gateway-button,
.gateway-text-link {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-weight: 700;
  text-decoration: none;
}

.gateway-button {
  border: 1px solid var(--gg-orange-dark);
  border-radius: 10px;
  padding: 14px 23px;
  background: linear-gradient(#f4703c, var(--gg-orange));
  box-shadow: 0 9px 22px rgba(197, 69, 22, 0.25);
  color: #fff;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.gateway-button:hover,
.gateway-button:focus-visible {
  background: var(--gg-orange-dark);
  box-shadow: 0 12px 26px rgba(126, 45, 16, 0.3);
  transform: translateY(-2px);
}

.gateway-text-link {
  position: relative;
  color: var(--gg-green-dark);
}

.gateway-text-link::after {
  position: absolute;
  right: 0;
  bottom: 7px;
  left: 0;
  height: 2px;
  background: var(--gg-orange);
  content: "";
}

.gateway-hero__context {
  margin: 28px 0 0;
  display: flex;
  align-items: center;
  gap: 9px;
  color: #4b5c64;
  font-size: 14px;
  font-weight: 600;
}

.gateway-hero__context svg {
  flex: none;
}

.gateway-hero__art {
  min-width: 0;
  margin: 0;
}

.gateway-hero__frame {
  overflow: hidden;
  border-radius: 12px;
  background: #d7ebf3;
  box-shadow: 0 18px 36px rgba(18, 48, 61, 0.14);
}

.gateway-hero__art.gateway-hero__founder {
  width: min(100%, 440px);
  justify-self: center;
}

.gateway-hero__founder-caption {
  margin-top: 12px;
  color: var(--gg-deep-green, #12362a);
  font-size: 16px;
  font-weight: 700;
}

.gateway-hero__founder-caption span {
  display: block;
  margin-top: 2px;
  font-size: 14px;
  font-weight: 400;
}

.gateway-hero__art img {
  display: block;
  width: 100%;
  height: auto;
  transform: scale(1);
  transition: transform 620ms cubic-bezier(0.2, 0.75, 0.25, 1), filter 620ms ease;
}

.gateway-hero__art[data-service-visual="can_to_curb"] img {
  filter: saturate(1.04);
  transform: scale(1.13);
  transform-origin: 41% 72%;
}

.gateway-hero__art[data-service-visual="cleaning_only"] img {
  filter: saturate(1.08) brightness(1.02);
  transform: scale(1.15);
  transform-origin: 57% 70%;
}

.gateway-hero__art[data-service-visual="dumpster"] img {
  filter: saturate(1.04) contrast(1.02);
  transform: scale(1.14);
  transform-origin: 79% 73%;
}

.gateway-hero__art-description {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
}

.service-finder {
  max-width: 650px;
  margin-top: 22px;
  border: 1px solid rgba(22, 38, 46, 0.12);
  border-radius: 16px;
  background: rgba(255, 254, 249, 0.9);
  box-shadow: 0 15px 36px rgba(18, 48, 61, 0.12);
  padding: 18px;
}

.service-finder-anchor {
  scroll-margin-top: 88px;
}

.service-finder fieldset {
  min-width: 0;
  margin: 0;
  border: 0;
  padding: 0;
}

.service-finder legend,
.service-finder__zip > span:first-child {
  margin: 0 0 8px;
  color: #263f4a;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.3;
}

.service-finder__choices,
.service-finder__confirmation-choices {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.service-finder__choices label,
.service-finder__confirmation-choices label {
  position: relative;
  min-width: 0;
  cursor: pointer;
}

.service-finder__choices input,
.service-finder__confirmation-choices input {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
}

.service-finder__choices label > span,
.service-finder__confirmation-choices label > span {
  min-height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #b7c8cf;
  border-radius: 9px;
  background: #fff;
  color: var(--gg-green-dark);
  padding: 9px 10px;
  font-size: 13px;
  font-weight: 750;
  line-height: 1.2;
  text-align: center;
  transition: border-color 150ms ease, background-color 150ms ease, box-shadow 150ms ease;
}

.service-finder__choices input:checked + span,
.service-finder__confirmation-choices input:checked + span {
  border-color: var(--gg-green);
  background: #e8f2ec;
  box-shadow: inset 0 0 0 2px var(--gg-green);
}

.service-finder__choices input:focus-visible + span,
.service-finder__confirmation-choices input:focus-visible + span {
  outline: 3px solid var(--gg-orange);
  outline-offset: 3px;
}

.service-finder__action-row {
  margin-top: 12px;
  display: grid;
  grid-template-columns: minmax(150px, 0.55fr) minmax(190px, 1fr);
  align-items: end;
  gap: 10px;
}

.service-finder__zip {
  min-width: 0;
  display: flex;
  flex-direction: column;
}

.service-finder__zip input {
  width: 100%;
  min-height: 50px;
  border: 1px solid #a9bdc6;
  border-radius: 9px;
  background: #fff;
  color: var(--gg-ink);
  padding: 11px 13px;
  font: 600 16px/1.2 var(--gg-font-body, "Instrument Sans", sans-serif);
}

.service-finder__zip input:focus {
  border-color: #0b70a0;
  outline: 3px solid rgba(11, 112, 160, 0.2);
}

.service-finder__action-row .gg-primary-button {
  width: 100%;
}

.service-finder__confirmation {
  margin-top: 14px !important;
  border-top: 1px solid var(--gg-border) !important;
  padding-top: 13px !important;
}

.service-finder__confirmation-choices {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.service-finder__status {
  margin: 13px 0 0;
  border-radius: 9px;
  background: #eaf5ee;
  color: #153f2b;
  padding: 11px 13px;
  font-size: 13.5px;
  font-weight: 650;
  line-height: 1.45;
}

.service-finder__status.is-error {
  background: #fff0e9;
  color: #713018;
}

.gateway-schedule-link {
  min-height: 38px;
  margin-top: 12px;
  font-size: 14px;
}

.gateway-hero__proof {
  margin: 14px 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  color: #405760;
  font-size: 12.5px;
  font-weight: 700;
  list-style: none;
}

.gateway-hero__proof li {
  position: relative;
  padding-left: 17px;
}

.gateway-hero__proof li::before {
  position: absolute;
  top: 0.35em;
  left: 0;
  width: 8px;
  height: 5px;
  border-bottom: 2px solid var(--gg-green);
  border-left: 2px solid var(--gg-green);
  content: "";
  transform: rotate(-45deg);
}

.gateway-services {
  position: relative;
  padding: clamp(76px, 8vw, 112px) 0;
  background-color: var(--gg-paper);
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%22180%22 height=%22120%22%3E%3Cg fill=%22none%22 stroke=%22%23d7caa6%22 stroke-opacity=%22.28%22 stroke-width=%221.5%22%3E%3Cpath d=%22M18 28h22M29 17v22M138 82h18M147 73v18%22/%3E%3C/g%3E%3C/svg%3E");
}

.legacy-anchor {
  position: absolute;
  top: 0;
}

.gateway-section-heading {
  max-width: 780px;
}

.gateway-section-heading h2,
.gateway-context h2,
.gateway-final h2 {
  margin: 0;
  color: var(--gg-green-dark);
  font-family: "Archivo", sans-serif;
  font-size: clamp(38px, 4.5vw, 58px);
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1;
  text-wrap: balance;
}

.gateway-section-heading p {
  max-width: 62ch;
  margin: 18px 0 0;
  color: var(--gg-muted);
  font-size: 17px;
  line-height: 1.65;
}

.gateway-service-grid {
  margin-top: 46px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--gg-border);
  border-bottom: 1px solid var(--gg-border);
}

.gateway-service-card {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 18px;
  padding: 28px 25px 30px;
  color: var(--gg-ink);
  text-decoration: none;
  transition: background-color 180ms ease, transform 180ms ease;
}

.gateway-service-card + .gateway-service-card {
  border-left: 1px solid var(--gg-border);
}

.gateway-service-card:hover,
.gateway-service-card:focus-visible {
  background: rgba(214, 233, 242, 0.48);
  transform: translateY(-4px);
}

.gateway-service-card h3 {
  margin: 0;
  color: var(--gg-green-dark);
  font-family: "Archivo", sans-serif;
  font-size: 24px;
  font-weight: 800;
  letter-spacing: -0.025em;
  line-height: 1.08;
}

.gateway-service-card p {
  margin: 0;
  color: var(--gg-muted);
  font-size: 15px;
  line-height: 1.58;
  text-wrap: pretty;
}

.gateway-service-card__link {
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--gg-orange-dark);
  font-size: 14px;
  font-weight: 800;
}

.gateway-coverage.service-area-module,
.gateway-coverage .service-area-module__grid {
  min-height: auto;
}

.gateway-coverage .service-area-module__grid {
  max-width: 1180px;
  padding-top: clamp(76px, 8vw, 110px);
  padding-bottom: clamp(76px, 8vw, 110px);
}

.gateway-coverage .service-area-module__copy {
  grid-column: 1;
  grid-row: 1;
}

.gateway-coverage .service-area-module__map-card {
  grid-column: 2;
  grid-row: 1;
}

.gateway-coverage .service-area-module__title {
  max-width: 13ch;
}

.gateway-coverage .service-area-module__location {
  align-items: flex-start;
}

.gateway-coverage .service-area-module__location-title a {
  text-decoration-color: rgba(29, 74, 53, 0.35);
  text-underline-offset: 3px;
}

.gateway-coverage .service-area-module__note {
  font-weight: 600;
}

.gateway-context {
  padding: clamp(76px, 8vw, 112px) 0;
  background-color: var(--gg-sand);
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%22150%22 height=%22110%22%3E%3Cg fill=%22none%22 stroke=%22%231d4a35%22 stroke-opacity=%22.09%22 stroke-width=%222%22 stroke-linecap=%22round%22%3E%3Cpath d=%22M30 50q-2-9-6-13m6 13q0-10 1-15m-1 15q3-8 8-12M112 92q-2-9-6-13m6 13q0-10 1-15m-1 15q3-8 8-12%22/%3E%3C/g%3E%3C/svg%3E");
}

.gateway-context__heading {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}

.gateway-context__heading p {
  max-width: 58ch;
  margin: 18px auto 0;
  color: #53615d;
  font-size: 17px;
  line-height: 1.65;
}

.gateway-context__grid {
  margin-top: 44px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.gateway-context-card {
  position: relative;
  min-height: 230px;
  border: 1px solid rgba(29, 74, 53, 0.12);
  border-radius: 16px;
  padding: 28px;
  background: rgba(255, 254, 249, 0.84);
  box-shadow: 0 10px 26px rgba(91, 75, 35, 0.08);
}

.gateway-context-card__icon {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--gg-green);
  color: #fff;
  font-size: 21px;
  font-weight: 800;
}

.gateway-context-card h3 {
  margin: 24px 0 0;
  color: var(--gg-green-dark);
  font-family: "Archivo", sans-serif;
  font-size: 23px;
  line-height: 1.12;
}

.gateway-context-card p {
  margin: 12px 0 0;
  color: #4f5e59;
  font-size: 15.5px;
  line-height: 1.62;
}

.gateway-final {
  position: relative;
  overflow: hidden;
  padding: 74px 0;
  background: var(--gg-sky);
}

.gateway-final::after {
  position: absolute;
  right: -40px;
  bottom: -55px;
  width: 240px;
  height: 150px;
  border-radius: 50% 50% 0 0;
  background: rgba(91, 164, 189, 0.34);
  content: "";
}

.gateway-final__inner {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 36px;
}

.gateway-final p {
  max-width: 54ch;
  margin: 13px 0 0;
  color: var(--gg-muted);
  font-size: 16px;
  line-height: 1.6;
}

.gateway-footer {
  background: #293138;
  color: #e8edf0;
}

.gateway-footer__grid {
  padding: 60px 0 52px;
  display: grid;
  grid-template-columns: minmax(230px, 1.3fr) repeat(3, minmax(150px, 0.7fr));
  gap: 44px;
}

.gateway-footer__brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 25px;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-decoration: none;
}

.gateway-footer__brand svg {
  width: 27px;
  fill: #f3f0e6;
}

.gateway-footer__about p {
  max-width: 34ch;
  margin: 18px 0 0;
  color: #bdcbd1;
  font-size: 14px;
  line-height: 1.65;
}

.gateway-footer h2 {
  margin: 0 0 15px;
  color: #8fa1aa;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.13em;
  line-height: 1.3;
  text-transform: uppercase;
}

.gateway-footer nav,
.gateway-footer__contact {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}

.gateway-footer nav a,
.gateway-footer__contact a {
  color: #dbe4e8;
  font-size: 14px;
  line-height: 1.35;
  text-decoration-color: rgba(219, 228, 232, 0.32);
  text-underline-offset: 3px;
}

.gateway-footer nav a:hover,
.gateway-footer nav a:focus-visible,
.gateway-footer__contact a:hover,
.gateway-footer__contact a:focus-visible {
  color: #fff;
  text-decoration-color: var(--gg-orange);
}

.gateway-footer__bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 19px 0;
  color: #8fa1aa;
  font-size: 12.5px;
}

:focus-visible {
  outline: 3px solid var(--gg-orange);
  outline-offset: 4px;
}

@media (max-width: 1080px) {
  .gateway-hero__grid {
    min-height: auto;
    grid-template-columns: minmax(0, 1fr) minmax(380px, 0.86fr);
  }

  .gateway-service-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .gateway-service-card:nth-child(3) {
    border-left: 0;
    border-top: 1px solid var(--gg-border);
  }

  .gateway-service-card:nth-child(4) {
    border-top: 1px solid var(--gg-border);
  }

  .gateway-footer__grid {
    grid-template-columns: 1.2fr repeat(2, 0.8fr);
  }

  .gateway-footer__contact {
    grid-column: 2 / -1;
  }
}

@media (max-width: 820px) {
  .gateway-shell {
    width: min(100% - 36px, 680px);
  }

  .gateway-hero__grid {
    padding-top: 36px;
    grid-template-columns: minmax(0, 1fr);
    gap: 24px;
  }

  .gateway-hero__copy {
    text-align: left;
  }

  .gateway-hero h1,
  .gateway-hero__intro {
    margin-right: 0;
    margin-left: 0;
  }

  .gateway-hero__art {
    width: min(100%, 650px);
    margin: 0 auto;
  }

  .gateway-coverage .service-area-module__grid {
    width: min(100% - 36px, 680px);
    padding-right: 0;
    padding-left: 0;
  }

  .gateway-coverage .service-area-module__copy,
  .gateway-coverage .service-area-module__map-card {
    grid-column: 1;
  }

  .gateway-coverage .service-area-module__copy {
    grid-row: 1;
  }

  .gateway-coverage .service-area-module__map-card {
    grid-row: 2;
  }

  .gateway-context__grid {
    grid-template-columns: 1fr;
  }

  .gateway-context-card {
    min-height: 0;
  }

  .gateway-final__inner {
    align-items: flex-start;
    flex-direction: column;
  }

  .gateway-footer__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .gateway-footer__about {
    grid-column: 1 / -1;
  }

  .gateway-footer__contact {
    grid-column: auto;
  }
}

@media (max-width: 600px) {
  .gateway-shell {
    width: calc(100% - 32px);
  }

  .gateway-hero__grid {
    padding-top: 24px;
    padding-bottom: 36px;
    gap: 18px;
  }

  .gateway-hero h1 {
    max-width: 17ch;
    font-size: clamp(35px, 10.1vw, 43px);
    line-height: 0.98;
  }

  .gateway-hero__intro {
    margin-top: 15px;
    font-size: 15px;
    line-height: 1.47;
  }

  .gateway-hero__kicker {
    margin-bottom: 10px;
    font-size: 10.5px;
    letter-spacing: 0.115em;
  }

  .service-finder {
    margin-top: 16px;
    border-radius: 13px;
    padding: 13px;
  }

  .service-finder legend,
  .service-finder__zip > span:first-child {
    margin-bottom: 6px;
    font-size: 12px;
  }

  .service-finder__choices {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .service-finder__choices label > span {
    min-height: 40px;
    padding: 7px 10px;
    font-size: 12.5px;
  }

  .service-finder__action-row {
    margin-top: 9px;
    grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
    gap: 7px;
  }

  .service-finder__zip input,
  .service-finder__action-row .gg-primary-button {
    min-height: 47px;
  }

  .service-finder__action-row .gg-primary-button {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 14px;
  }

  .gateway-schedule-link {
    margin-top: 8px;
    font-size: 13px;
  }

  .gateway-hero__proof {
    margin-top: 8px;
    gap: 5px 13px;
    font-size: 11.5px;
  }

  .gateway-actions {
    margin-top: 24px;
    gap: 12px;
  }

  .gateway-button {
    width: 100%;
  }

  .gateway-text-link {
    min-height: 44px;
  }

  .gateway-hero__context {
    margin-top: 18px;
    font-size: 13px;
  }

  .gateway-services {
    padding: 66px 0;
  }

  .gateway-section-heading h2,
  .gateway-context h2,
  .gateway-final h2 {
    font-size: clamp(36px, 11vw, 48px);
  }

  .gateway-service-grid {
    margin-top: 34px;
    grid-template-columns: minmax(0, 1fr);
  }

  .gateway-service-card {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: auto auto 1fr;
    gap: 12px;
    padding: 24px 0;
  }

  .gateway-service-card + .gateway-service-card {
    border-top: 1px solid var(--gg-border);
    border-left: 0;
  }

  .gateway-service-card h3 {
    font-size: 21px;
  }

  .gateway-service-card p {
    font-size: 14px;
  }

  .gateway-service-card__link {
    margin-top: 3px;
  }

  .gateway-coverage .service-area-module__grid {
    width: calc(100% - 32px);
  }

  .gateway-context {
    padding: 66px 0;
  }

  .gateway-context__heading {
    text-align: left;
  }

  .gateway-context__heading p {
    margin-left: 0;
  }

  .gateway-context__grid {
    margin-top: 32px;
  }

  .gateway-context-card {
    padding: 24px;
  }

  .gateway-final {
    padding: 62px 0;
  }

  .gateway-footer__grid {
    padding: 48px 0 42px;
    grid-template-columns: minmax(0, 1fr);
    gap: 34px;
  }

  .gateway-footer__about,
  .gateway-footer__contact {
    grid-column: auto;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .gateway-button,
  .gateway-service-card,
  .gateway-hero__art img,
  .service-finder__choices label > span,
  .service-finder__confirmation-choices label > span {
    transition: none;
  }
}
