:root {
  --mapping-midnight: #000035;
  --mapping-deep: #031052;
  --mapping-ocean: #027edd;
  --mapping-cyan: #0193de;
  --mapping-sky: #55b2e2;
  --mapping-ice: #a6cde4;
  --mapping-mist: #eef8fd;
  --mapping-ink: #061332;
  --mapping-line: rgba(85, 178, 226, .24);
}

.dvs-mapping-body {
  background: var(--mapping-mist);
  color: var(--mapping-ink);
}

.dvs-mapping-body .mapping-notice {
  border-bottom: 1px solid rgba(166, 205, 228, .2);
  background: linear-gradient(90deg, #000035 0%, #027edd 52%, #8cc8e9 100%);
  color: #fff;
}

.dvs-mapping-body .mapping-topbar {
  background: rgba(0, 0, 53, .95);
  border-bottom: 1px solid rgba(85, 178, 226, .23);
  box-shadow: 0 12px 38px rgba(0, 0, 53, .28);
}

.dvs-mapping-body .logo span {
  color: var(--mapping-sky);
  text-shadow: 0 0 18px rgba(85, 178, 226, .34);
}

.dvs-mapping-body .brand-menu-toggle:focus-visible,
.dvs-mapping-body .brand-home-link:focus-visible {
  outline-color: var(--mapping-sky);
}

.dvs-mapping-body .logo-dropdown {
  border-color: rgba(85, 178, 226, .28);
  background: rgba(0, 0, 53, .98);
}

.dvs-mapping-body .logo-dropdown a:hover,
.dvs-mapping-body .logo-dropdown a:focus-visible {
  background: rgba(1, 147, 222, .18);
}

.dvs-mapping-body .mapping-menu a:not(.cta) {
  color: #dceefa;
}

.dvs-mapping-body .mapping-menu a:not(.cta):hover,
.dvs-mapping-body .mapping-menu a:not(.cta):focus-visible {
  color: #fff;
}

.dvs-mapping-body .mapping-menu .cta {
  background: linear-gradient(135deg, #55b2e2, #0193de);
  color: #000035;
  box-shadow: 0 9px 26px rgba(1, 147, 222, .27);
}

.mapping-page {
  overflow: hidden;
}

.mapping-hero {
  position: relative;
  min-height: calc(100vh - 84px);
  overflow: hidden;
  isolation: isolate;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: var(--mapping-midnight);
  color: #fff;
}

.mapping-hero-background {
  position: absolute;
  inset: 0;
  z-index: -5;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transform: scale(1);
  transform-origin: 64% 48%;
  will-change: transform;
  pointer-events: none;
}

.mapping-hero-auto-zoom .mapping-hero-background {
  animation: dvs-mapping-hero-zoom var(--dvs-mapping-zoom-duration, 30s) cubic-bezier(.45, 0, .55, 1) infinite alternate;
}

@keyframes dvs-mapping-hero-zoom {
  from { transform: scale(1); }
  to { transform: scale(var(--dvs-mapping-zoom-scale, 1.2)); }
}

.mapping-hero-shade {
  position: absolute;
  inset: 0;
  z-index: -4;
  background:
    linear-gradient(90deg, rgba(0, 0, 53, .98) 0%, rgba(0, 5, 68, .89) 38%, rgba(1, 22, 84, .42) 68%, rgba(1, 58, 122, .16) 100%),
    linear-gradient(0deg, rgba(0, 0, 53, .84) 0%, transparent 52%);
}

.mapping-scan-grid {
  position: absolute;
  z-index: -3;
  inset: 0;
  opacity: .2;
  background-image:
    linear-gradient(rgba(85, 178, 226, .24) 1px, transparent 1px),
    linear-gradient(90deg, rgba(85, 178, 226, .24) 1px, transparent 1px);
  background-size: 70px 70px;
  mask-image: linear-gradient(90deg, transparent 0%, rgba(0,0,0,.35) 52%, #000 100%);
  transform: perspective(900px) rotateX(64deg) scale(1.45) translateY(20%);
  transform-origin: bottom center;
}

.mapping-orbit {
  position: absolute;
  z-index: -2;
  border: 1px solid rgba(166, 205, 228, .24);
  border-radius: 50%;
  box-shadow: inset 0 0 42px rgba(1, 147, 222, .08), 0 0 34px rgba(1, 147, 222, .05);
  pointer-events: none;
}

.mapping-orbit::after {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #a6cde4;
  box-shadow: 0 0 18px 7px rgba(1, 147, 222, .5);
}

.mapping-orbit-one {
  width: 560px;
  height: 560px;
  top: -280px;
  right: 5%;
}

.mapping-orbit-one::after {
  left: 13%;
  bottom: 16%;
}

.mapping-orbit-two {
  width: 360px;
  height: 360px;
  right: 24%;
  bottom: 9%;
  opacity: .7;
}

.mapping-orbit-two::after {
  right: 1%;
  top: 43%;
}

.mapping-hero-inner {
  flex: 1;
  display: flex;
  align-items: center;
  padding-top: clamp(72px, 11vh, 132px);
  padding-bottom: clamp(84px, 14vh, 150px);
}

.mapping-hero-copy {
  max-width: 840px;
}

.mapping-eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--mapping-ice);
  font-size: 13px;
  font-weight: 850;
  letter-spacing: 2.05px;
  line-height: 1.4;
  text-transform: uppercase;
}

.mapping-eyebrow::before {
  content: "";
  width: 40px;
  height: 2px;
  background: linear-gradient(90deg, var(--mapping-cyan), var(--mapping-ice));
  box-shadow: 0 0 16px rgba(1, 147, 222, .65);
}

.mapping-hero h1 {
  max-width: 890px;
  margin: 18px 0 24px;
  font-size: clamp(48px, 6.1vw, 82px);
  line-height: .99;
  letter-spacing: -2.9px;
  text-wrap: balance;
  text-shadow: 0 7px 34px rgba(0, 0, 32, .48);
}

.mapping-hero-copy > p {
  max-width: 735px;
  margin: 0;
  color: #d8ecf8;
  font-size: clamp(18px, 2vw, 21px);
  line-height: 1.7;
  text-shadow: 0 3px 20px rgba(0, 0, 32, .5);
}

.mapping-buttons {
  margin-top: 32px;
}

.mapping-btn-primary {
  border: 0;
  background: linear-gradient(135deg, #a6cde4 0%, #55b2e2 45%, #0193de 100%);
  color: #000035;
  box-shadow: 0 14px 38px rgba(1, 147, 222, .28);
  cursor: pointer;
}

.mapping-btn-primary:hover,
.mapping-btn-primary:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 18px 44px rgba(1, 147, 222, .4);
}

.mapping-btn-secondary {
  border: 1px solid rgba(166, 205, 228, .75);
  background: rgba(0, 11, 70, .42);
  color: #fff;
  backdrop-filter: blur(10px);
}

.mapping-btn-secondary:hover,
.mapping-btn-secondary:focus-visible {
  border-color: #fff;
  background: rgba(2, 126, 221, .28);
}

.mapping-btn-primary,
.mapping-btn-secondary,
.mapping-service-card {
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.mapping-hero-note {
  display: flex;
  align-items: center;
  gap: 11px;
  margin-top: 24px;
  color: #c8e1f1;
  font-size: 14px;
}

.mapping-hero-note span {
  width: 8px;
  height: 8px;
  border: 2px solid #b9e2f8;
  border-radius: 50%;
  background: #0193de;
  box-shadow: 0 0 15px 5px rgba(1, 147, 222, .44);
}

.mapping-data-strip {
  border-top: 1px solid rgba(166, 205, 228, .19);
  background: rgba(0, 0, 53, .78);
  backdrop-filter: blur(14px);
}

.mapping-data-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}

.mapping-data-grid > div {
  min-height: 92px;
  padding: 21px 24px;
  border-left: 1px solid rgba(166, 205, 228, .14);
}

.mapping-data-grid > div:last-child {
  border-right: 1px solid rgba(166, 205, 228, .14);
}

.mapping-data-grid strong,
.mapping-data-grid span {
  display: block;
}

.mapping-data-grid strong {
  color: #78c7ef;
  font-size: 16px;
  letter-spacing: .7px;
}

.mapping-data-grid span {
  color: #c7e0ef;
  font-size: 13px;
}

.mapping-section {
  position: relative;
  padding: clamp(82px, 9vw, 124px) 0;
}

.mapping-section-heading {
  max-width: 850px;
}

.mapping-section-heading .mapping-eyebrow,
.mapping-deliverables .mapping-eyebrow {
  color: #176d9b;
}

.mapping-section-heading h2,
.mapping-model-copy h2,
.mapping-deliverables h2,
.mapping-contact h2 {
  margin: 14px 0 18px;
  font-size: clamp(36px, 4.7vw, 58px);
  line-height: 1.06;
  letter-spacing: -1.8px;
  text-wrap: balance;
}

.mapping-section-heading > p,
.mapping-deliverables p {
  max-width: 780px;
  margin: 0;
  color: #486178;
  font-size: 19px;
}

.mapping-services {
  background:
    radial-gradient(circle at 100% 0%, rgba(1, 147, 222, .18), transparent 31%),
    radial-gradient(circle at 0% 76%, rgba(166, 205, 228, .25), transparent 27%),
    var(--mapping-mist);
}

.mapping-services::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .42;
  background-image:
    linear-gradient(rgba(2, 126, 221, .055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(2, 126, 221, .055) 1px, transparent 1px);
  background-size: 55px 55px;
  pointer-events: none;
}

.mapping-services > .container {
  position: relative;
}

.mapping-service-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 50px;
}

.mapping-service-card {
  position: relative;
  min-height: 315px;
  padding: 29px;
  overflow: hidden;
  border: 1px solid rgba(2, 126, 221, .16);
  border-radius: 20px;
  background: rgba(255, 255, 255, .88);
  box-shadow: 0 18px 52px rgba(0, 33, 83, .08);
}

.mapping-service-card:hover {
  transform: translateY(-5px);
  border-color: rgba(1, 147, 222, .45);
  box-shadow: 0 26px 58px rgba(0, 33, 83, .14);
}

.mapping-service-card::before {
  content: "";
  position: absolute;
  top: -75px;
  right: -70px;
  width: 175px;
  height: 175px;
  border: 1px solid rgba(1, 147, 222, .16);
  border-radius: 50%;
  box-shadow: 0 0 0 23px rgba(1, 147, 222, .025), 0 0 0 47px rgba(1, 147, 222, .018);
}

.mapping-service-code {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 68px;
  height: 35px;
  padding: 0 13px;
  border: 1px solid rgba(2, 126, 221, .17);
  border-radius: 999px;
  background: linear-gradient(135deg, #e2f4fe, #cceafb);
  color: #0069ae;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 1.2px;
}

.mapping-service-card h3 {
  margin: 24px 0 11px;
  color: var(--mapping-ink);
  font-size: 25px;
}

.mapping-service-card p {
  margin: 0;
  color: #51677a;
  line-height: 1.68;
}

.mapping-card-scan {
  position: absolute;
  left: 29px;
  right: 29px;
  bottom: 25px;
  height: 2px;
  overflow: hidden;
  background: rgba(2, 126, 221, .12);
}

.mapping-card-scan::after {
  content: "";
  display: block;
  width: 34%;
  height: 100%;
  background: linear-gradient(90deg, transparent, #0193de, transparent);
  box-shadow: 0 0 13px rgba(1, 147, 222, .6);
}

.mapping-service-card-2 .mapping-service-code,
.mapping-service-card-5 .mapping-service-code {
  background: linear-gradient(135deg, #e5ebff, #ccd7ff);
  color: #354aac;
}

.mapping-service-card-4 .mapping-service-code,
.mapping-service-card-6 .mapping-service-code {
  background: linear-gradient(135deg, #e7fbff, #c7f1f7);
  color: #087386;
}

.mapping-model {
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 18%, rgba(1, 147, 222, .24), transparent 29%),
    radial-gradient(circle at 92% 83%, rgba(85, 178, 226, .13), transparent 27%),
    linear-gradient(135deg, #000035 0%, #031052 52%, #00153c 100%);
  color: #fff;
}

.mapping-model::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .16;
  background-image:
    linear-gradient(rgba(85, 178, 226, .35) 1px, transparent 1px),
    linear-gradient(90deg, rgba(85, 178, 226, .35) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: radial-gradient(circle at center, #000, transparent 76%);
}

.mapping-model-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(0, .96fr);
  gap: clamp(52px, 8vw, 105px);
  align-items: center;
}

.mapping-model-panel {
  overflow: hidden;
  border: 1px solid rgba(166, 205, 228, .24);
  border-radius: 24px;
  background: rgba(0, 4, 49, .72);
  box-shadow: 0 42px 88px rgba(0, 0, 25, .48), 0 0 55px rgba(1, 147, 222, .1);
  transform: perspective(1200px) rotateY(3deg) rotateX(1deg);
  backdrop-filter: blur(10px);
}

.mapping-panel-toolbar,
.mapping-panel-status {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 55px;
  padding: 0 21px;
  color: #b8d9ec;
  font-size: 11px;
  letter-spacing: 1px;
}

.mapping-panel-toolbar {
  border-bottom: 1px solid rgba(166, 205, 228, .17);
}

.mapping-panel-toolbar strong {
  color: #76d2f8;
  font-size: 10px;
}

.mapping-viewport {
  position: relative;
  min-height: 440px;
  overflow: hidden;
  background:
    radial-gradient(circle at 54% 45%, rgba(1, 147, 222, .18), transparent 35%),
    linear-gradient(rgba(85, 178, 226, .13) 1px, transparent 1px),
    linear-gradient(90deg, rgba(85, 178, 226, .13) 1px, transparent 1px),
    #00052f;
  background-size: auto, 34px 34px, 34px 34px, auto;
}

.mapping-horizon {
  position: absolute;
  left: -22%;
  right: -22%;
  bottom: -37%;
  height: 75%;
  border: 1px solid rgba(85, 178, 226, .24);
  background-image:
    linear-gradient(rgba(85, 178, 226, .22) 1px, transparent 1px),
    linear-gradient(90deg, rgba(85, 178, 226, .22) 1px, transparent 1px);
  background-size: 34px 34px;
  transform: perspective(520px) rotateX(64deg);
  box-shadow: 0 -12px 45px rgba(1, 147, 222, .1);
}

.mapping-wire-building {
  position: absolute;
  left: 50%;
  top: 49%;
  width: 270px;
  height: 215px;
  transform: translate(-48%, -45%);
  filter: drop-shadow(0 0 13px rgba(1, 147, 222, .44));
}

.mapping-building-roof,
.mapping-building-front,
.mapping-building-side,
.mapping-building-core {
  position: absolute;
  display: block;
  border: 1px solid rgba(166, 225, 250, .8);
  background: rgba(1, 147, 222, .06);
}

.mapping-building-roof {
  left: 32px;
  top: 21px;
  width: 177px;
  height: 78px;
  transform: skewY(-24deg) rotate(1deg);
  background-image:
    linear-gradient(rgba(166, 225, 250, .3) 1px, transparent 1px),
    linear-gradient(90deg, rgba(166, 225, 250, .3) 1px, transparent 1px);
  background-size: 25px 20px;
}

.mapping-building-front {
  left: 32px;
  top: 93px;
  width: 177px;
  height: 103px;
  background-image:
    linear-gradient(rgba(166, 225, 250, .23) 1px, transparent 1px),
    linear-gradient(90deg, rgba(166, 225, 250, .23) 1px, transparent 1px);
  background-size: 35px 25px;
}

.mapping-building-side {
  left: 208px;
  top: 55px;
  width: 56px;
  height: 104px;
  transform: skewY(-35deg);
  background-image: linear-gradient(90deg, rgba(166, 225, 250, .2) 1px, transparent 1px);
  background-size: 18px 18px;
}

.mapping-building-core {
  left: 82px;
  top: 113px;
  width: 65px;
  height: 83px;
  border-color: rgba(1, 147, 222, .9);
  background: rgba(1, 147, 222, .13);
}

.mapping-point {
  position: absolute;
  width: 7px;
  height: 7px;
  border: 1px solid #d4f1ff;
  border-radius: 50%;
  background: #0193de;
  box-shadow: 0 0 12px 5px rgba(1, 147, 222, .38);
}

.point-1 { left: 18%; top: 24%; }
.point-2 { right: 15%; top: 33%; }
.point-3 { left: 23%; bottom: 19%; }
.point-4 { right: 24%; bottom: 13%; }

.mapping-axis-labels {
  position: absolute;
  right: 20px;
  bottom: 18px;
  display: flex;
  gap: 7px;
}

.mapping-axis-labels span {
  display: grid;
  width: 23px;
  height: 23px;
  place-items: center;
  border: 1px solid rgba(166, 205, 228, .25);
  border-radius: 4px;
  color: #86c9ed;
  font-size: 9px;
}

.mapping-scale {
  position: absolute;
  left: 20px;
  bottom: 22px;
  display: flex;
  align-items: center;
  gap: 9px;
  color: #9ecce5;
  font-size: 9px;
}

.mapping-scale i {
  width: 70px;
  height: 6px;
  border-right: 1px solid #a6cde4;
  border-bottom: 1px solid #a6cde4;
  border-left: 1px solid #a6cde4;
}

.mapping-panel-status {
  border-top: 1px solid rgba(166, 205, 228, .17);
}

.mapping-panel-status span:first-child {
  display: flex;
  align-items: center;
  gap: 8px;
}

.mapping-panel-status i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #35c8ff;
  box-shadow: 0 0 10px rgba(53, 200, 255, .8);
}

.mapping-model-copy .mapping-eyebrow,
.mapping-model-copy > p {
  color: #bcdced;
}

.mapping-model-copy h2 {
  color: #fff;
}

.mapping-model-copy > p {
  margin: 0;
  font-size: 18px;
}

.mapping-checklist {
  display: grid;
  gap: 12px;
  margin: 30px 0 23px;
  padding: 0;
  list-style: none;
}

.mapping-checklist li {
  position: relative;
  padding: 16px 18px 16px 50px;
  border: 1px solid rgba(166, 205, 228, .14);
  border-radius: 13px;
  background: rgba(85, 178, 226, .055);
}

.mapping-checklist li::before {
  content: "+";
  position: absolute;
  left: 19px;
  top: 14px;
  color: #61c8f3;
  font-size: 19px;
  font-weight: 400;
  text-shadow: 0 0 12px rgba(1, 147, 222, .6);
}

.mapping-checklist strong,
.mapping-checklist span {
  display: block;
}

.mapping-checklist strong {
  color: #fff;
}

.mapping-checklist span {
  color: #b9d2e1;
  font-size: 14px;
}

.mapping-model-copy small {
  display: block;
  color: #86aabf;
  line-height: 1.65;
}

.mapping-process {
  background:
    radial-gradient(circle at 92% 8%, rgba(1, 147, 222, .15), transparent 25%),
    linear-gradient(145deg, #ddecf6, #f2f9fd 60%, #d8edf8);
}

.mapping-section-heading-light .mapping-eyebrow {
  color: #176d9b;
}

.mapping-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 50px;
}

.mapping-step {
  position: relative;
  min-height: 225px;
  padding: 28px;
  overflow: hidden;
  border: 1px solid rgba(2, 126, 221, .15);
  border-radius: 18px;
  background: rgba(255, 255, 255, .82);
  box-shadow: 0 14px 38px rgba(0, 43, 89, .065);
}

.mapping-step-number {
  display: block;
  color: #4099c8;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 1.8px;
}

.mapping-step h3 {
  margin: 20px 0 10px;
  color: #071c41;
  font-size: 21px;
}

.mapping-step p {
  margin: 0;
  color: #536d80;
}

.mapping-step::after {
  content: "";
  position: absolute;
  right: -31px;
  bottom: -45px;
  width: 118px;
  height: 118px;
  border: 20px solid rgba(1, 147, 222, .045);
  border-radius: 50%;
}

.mapping-deliverables {
  background: #fff;
}

.mapping-deliverables-grid {
  display: grid;
  grid-template-columns: .92fr 1.08fr;
  gap: clamp(50px, 9vw, 120px);
  align-items: start;
}

.mapping-output-list {
  display: grid;
  border-top: 1px solid #d4e5ef;
}

.mapping-output-list > div {
  display: grid;
  grid-template-columns: 52px 1fr 44px;
  gap: 17px;
  align-items: center;
  min-height: 74px;
  border-bottom: 1px solid #d4e5ef;
}

.mapping-output-list span {
  color: #5b9ec1;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 1px;
}

.mapping-output-list strong {
  color: #092345;
  font-size: 16px;
}

.mapping-output-list em {
  color: #027edd;
  font-size: 11px;
  font-style: normal;
  font-weight: 900;
  letter-spacing: 1px;
  text-align: right;
}

.mapping-contact-section {
  background:
    radial-gradient(circle at 85% 14%, rgba(1, 147, 222, .22), transparent 25%),
    linear-gradient(145deg, #dceef8, #f4f9fc);
}

.dvs-mapping-body .mapping-contact {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(112deg, rgba(0, 0, 53, .99), rgba(3, 38, 105, .95)),
    var(--mapping-midnight);
  box-shadow: 0 32px 78px rgba(0, 25, 73, .24);
}

.dvs-mapping-body .mapping-contact::before,
.dvs-mapping-body .mapping-contact::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}

.dvs-mapping-body .mapping-contact::before {
  top: -205px;
  right: -125px;
  width: 540px;
  height: 540px;
  border: 1px solid rgba(166, 205, 228, .15);
  box-shadow: 0 0 0 45px rgba(1, 147, 222, .025), 0 0 0 95px rgba(1, 147, 222, .018);
}

.dvs-mapping-body .mapping-contact::after {
  z-index: 0;
  top: -170px;
  right: -150px;
  width: 520px;
  height: 520px;
  background: radial-gradient(circle, rgba(1, 147, 222, .25), transparent 66%);
}

.dvs-mapping-body .mapping-contact > * {
  position: relative;
  z-index: 1;
}

.dvs-mapping-body .mapping-contact .mapping-eyebrow {
  color: var(--mapping-ice);
}

.dvs-mapping-body .mapping-contact p,
.dvs-mapping-body .mapping-contact li {
  color: #d4e8f4;
}

.dvs-mapping-body .mapping-contact .dvs-plugin-form button[type="submit"],
.dvs-mapping-body .mapping-contact .dvs-plugin-form input[type="submit"] {
  background: linear-gradient(135deg, #a6cde4, #55b2e2 48%, #0193de) !important;
  color: #000035 !important;
}

.mapping-footer {
  border-top: 1px solid rgba(85, 178, 226, .17);
  background: #000024;
}

@media (max-width: 1050px) {
  .mapping-model-grid,
  .mapping-deliverables-grid {
    grid-template-columns: 1fr;
  }

  .mapping-model-panel {
    max-width: 780px;
    transform: none;
  }
}

@media (max-width: 900px) {
  .mapping-service-cards,
  .mapping-steps {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 850px) {
  .mapping-hero {
    min-height: 790px;
  }

  .mapping-hero-shade {
    background:
      linear-gradient(90deg, rgba(0, 0, 53, .97), rgba(0, 12, 75, .73)),
      linear-gradient(0deg, rgba(0, 0, 53, .88), transparent 58%);
  }

  .mapping-data-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .mapping-data-grid > div:nth-child(n+4) {
    border-top: 1px solid rgba(166, 205, 228, .14);
  }
}

@media (max-width: 620px) {
  .mapping-hero {
    min-height: 750px;
  }

  .mapping-hero-background {
    background-position: 67% center;
  }

  .mapping-hero-inner {
    align-items: flex-end;
    padding-top: 92px;
    padding-bottom: 58px;
  }

  .mapping-hero h1 {
    font-size: clamp(41px, 12.5vw, 59px);
    letter-spacing: -1.9px;
  }

  .mapping-hero-copy > p {
    font-size: 17px;
  }

  .mapping-data-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .mapping-data-grid > div {
    min-height: 78px;
    padding: 16px;
  }

  .mapping-data-grid > div:nth-child(n+3) {
    border-top: 1px solid rgba(166, 205, 228, .14);
  }

  .mapping-service-cards,
  .mapping-steps {
    grid-template-columns: 1fr;
  }

  .mapping-service-card {
    min-height: 300px;
  }

  .mapping-model-panel {
    border-radius: 17px;
  }

  .mapping-viewport {
    min-height: 340px;
  }

  .mapping-wire-building {
    transform: translate(-50%, -45%) scale(.78);
  }

  .mapping-panel-status span:last-child {
    display: none;
  }

  .mapping-section-heading h2,
  .mapping-model-copy h2,
  .mapping-deliverables h2,
  .mapping-contact h2 {
    font-size: 37px;
    letter-spacing: -1.1px;
  }

  .mapping-output-list > div {
    grid-template-columns: 38px 1fr 35px;
    gap: 10px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .mapping-hero-auto-zoom .mapping-hero-background {
    animation: none;
  }

  .mapping-btn-primary,
  .mapping-btn-secondary,
  .mapping-service-card {
    transition: none;
  }
}
