.experience-home .hero-home {
  min-height: calc(100svh - 110px);
  padding: clamp(4rem, 7vw, 6rem) 0;
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle at 50% 38%, #289dde2b, transparent 46%),
    linear-gradient(#0208111f, #02081157);
}

.experience-home .hero-home::before {
  mask-image: radial-gradient(circle at 50% 43%, #000 8%, transparent 76%);
}

.experience-home .hero-stage {
  width: min(1120px, 100%);
  min-width: 0;
  max-width: 1120px;
  display: block;
  text-align: center;
  position: relative;
}

.experience-home .hero-stage .hero-copy {
  width: 100%;
  min-width: 0;
  max-width: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 3;
}

.experience-home .hero .eyebrow {
  justify-content: center;
  margin-bottom: 1.25rem;
}

.experience-home .hero h1 {
  width: 100%;
  min-width: 0;
  max-width: 20ch;
  margin-inline: auto;
  font-size: clamp(3rem, 5.4vw, 5rem);
  line-height: .96;
}

.experience-home .hero-stage .hero-sales-proof {
  width: 100%;
  min-width: 0;
  max-width: none;
  margin: clamp(1.75rem, 3.2vw, 2.75rem) 0 0;
  padding: 0;
  display: block;
  color: inherit;
  background: none;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  position: static;
  overflow: visible;
}

.experience-home .hero-stage .hero-sales-proof::before {
  content: none;
}

.experience-home .hero-stage .hero-sales-proof-value {
  display: block;
  margin: 0;
  color: inherit;
  white-space: normal;
}

.experience-home .hero-stage .hero-sales-proof-value span {
  display: block;
  margin: 0 0 .35rem;
  color: #d7e5f4;
  font-size: clamp(.8rem, 1.15vw, 1rem);
  font-weight: 850;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.experience-home .hero-stage .hero-sales-proof-value strong {
  display: block;
  white-space: nowrap;
  color: transparent;
  background: linear-gradient(95deg, #69f2be 4%, #64e7ff 54%, #d4fbff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  filter: drop-shadow(0 0 30px #69f2be2e);
  font-size: clamp(5.5rem, 11.5vw, 10.5rem);
  font-weight: 850;
  font-variant-numeric: tabular-nums;
  line-height: .82;
  letter-spacing: -.075em;
}

.experience-home .hero-stage .hero-sales-proof-label {
  margin: .95rem 0 0;
  padding: 0;
  border: 0;
  color: #f3f8fd;
  font-size: clamp(1rem, 1.7vw, 1.35rem);
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: .055em;
}

.experience-home .hero-lead {
  max-width: 62ch;
  margin: clamp(1.5rem, 2.5vw, 2rem) auto 0;
  font-size: clamp(1rem, 1.45vw, 1.2rem);
  line-height: 1.6;
  text-align: center;
}

.experience-home .hero-actions {
  justify-content: center;
  margin-top: 1.65rem;
}

.experience-home .proof-bar-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.access-map-showcase-wrap {
  margin: 0 auto clamp(3rem, 6vw, 5rem);
}

.technical-access-map {
  max-width: 900px;
  margin: 0 auto;
  padding: clamp(1rem, 2.5vw, 1.75rem);
  color: #f5f9ff;
  background: radial-gradient(circle at 85% 12%, #63e6be2e, transparent 32%), #061a33;
  border: 1px solid var(--color-line-dark);
  border-radius: 16px;
  box-shadow: var(--shadow-float);
}

.technical-access-map-scroll {
  border-radius: 12px;
  overflow: hidden;
}

.technical-access-map-scroll:focus-visible {
  outline: 3px solid var(--color-mint);
  outline-offset: 4px;
}

.technical-access-map .access-map {
  width: 100%;
  max-width: none;
  height: auto;
}

.technical-access-result {
  margin-top: .85rem;
  padding: .95rem 1.1rem;
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: .75rem 1.25rem;
  color: #061a33;
  background: linear-gradient(95deg, #69f2be, #83e5ff);
  border-radius: 8px;
  text-align: center;
}

.technical-access-result strong,
.technical-access-result span {
  display: block;
}

.technical-access-result strong {
  flex: none;
  font-size: 1rem;
}

.technical-access-result span {
  font-size: .84rem;
  font-weight: 650;
}

.technical-access-map figcaption {
  max-width: 68ch;
  margin: .9rem auto 0;
  color: #c5d5e5;
  text-align: center;
  font-size: .875rem;
  line-height: 1.55;
}

@keyframes df-hero-copy-in {
  from {
    opacity: 0;
    transform: translate3d(0, 24px, 0);
    filter: blur(8px);
  }
  to {
    opacity: 1;
    transform: none;
    filter: none;
  }
}

@keyframes df-hero-proof-in {
  0% {
    opacity: 0;
    transform: scale(.78);
    filter: blur(14px);
  }
  62% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: scale(1);
    filter: none;
  }
}

@media (prefers-reduced-motion: no-preference) {
  .js .experience-home .hero-home [data-hero-enter="eyebrow"] {
    animation: df-hero-copy-in .6s cubic-bezier(.16, 1, .3, 1) .05s both;
  }

  .js .experience-home .hero-home [data-hero-enter="title"] {
    animation: df-hero-copy-in .82s cubic-bezier(.16, 1, .3, 1) .16s both;
  }

  .js .experience-home .hero-home [data-hero-enter="proof"] {
    transform-origin: center;
    animation: df-hero-proof-in 1.1s cubic-bezier(.16, 1, .3, 1) .34s both;
  }

  .js .experience-home .hero-home [data-hero-enter="lead"] {
    animation: df-hero-copy-in .72s cubic-bezier(.16, 1, .3, 1) .64s both;
  }

  .js .experience-home .hero-home [data-hero-enter="actions"] {
    animation: df-hero-copy-in .72s cubic-bezier(.16, 1, .3, 1) .8s both;
  }
}

@media (width <= 820px) {
  .experience-home .hero-home {
    min-height: calc(100svh - 70px);
    padding-block: 3.25rem;
  }

  .experience-home .hero h1 {
    font-size: clamp(2.35rem, 9.6vw, 3.5rem);
    line-height: .98;
  }
}

@media (width <= 760px) {
  .experience-home .proof-bar-grid {
    grid-template-columns: 1fr;
  }

  .experience-home .proof-bar-item,
  .experience-home .proof-bar-item:nth-child(3),
  .experience-home .proof-bar-item:nth-child(4) {
    border: 0;
    border-bottom: 1px solid var(--experience-line);
  }

  .experience-home .proof-bar-item:first-child {
    border-top: 1px solid var(--experience-line);
  }
}

@media (width <= 620px) {
  .technical-access-map {
    padding: 1rem;
  }

  .technical-access-map-scroll {
    overflow-x: auto;
    overscroll-behavior-inline: contain;
  }

  .technical-access-map .access-map {
    width: 620px;
  }

  .technical-access-result {
    align-items: center;
    flex-direction: column;
    gap: .25rem;
  }

  .technical-access-map figcaption {
    text-align: left;
  }
}

@media (width <= 520px) {
  .experience-home .hero-home {
    padding-block: 3rem;
  }

  .experience-home .hero .eyebrow {
    margin-bottom: 1rem;
    font-size: .69rem;
  }

  .experience-home .hero h1 {
    font-size: clamp(2rem, 9.2vw, 2.75rem);
  }

  .experience-home .hero-title-lock {
    display: block;
  }

  .experience-home .hero-stage .hero-sales-proof {
    margin-top: 1.7rem;
  }

  .experience-home .hero-stage .hero-sales-proof-value span {
    font-size: .72rem;
  }

  .experience-home .hero-stage .hero-sales-proof-value strong {
    font-size: clamp(3.35rem, 18vw, 4.8rem);
  }

  .experience-home .hero-stage .hero-sales-proof-label {
    margin-top: .75rem;
    font-size: 1rem;
    letter-spacing: .025em;
    overflow-wrap: anywhere;
  }

  .experience-home .hero-lead {
    margin-top: 1.4rem;
    font-size: 1rem;
    line-height: 1.55;
  }

  .experience-home .hero-actions {
    margin-top: 1.4rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero [data-hero-enter] {
    opacity: 1 !important;
    transform: none !important;
    filter: none !important;
    animation: none !important;
  }
}

@media (forced-colors: active) {
  .experience-home .hero-stage .hero-sales-proof-value strong {
    color: CanvasText;
    background: none;
    -webkit-text-fill-color: CanvasText;
    filter: none;
  }
}
