.rd .home-layered-hero {
  position: relative;
  isolation: isolate;
  width: min(1680px, calc(100% - 32px));
  aspect-ratio: 1536 / 860;
  min-height: 720px;
  margin: 18px auto 0;
  overflow: hidden;
  color: #f4f1ed;
  background: #080a0b;
  border-radius: 28px;
}

.home-layered-hero__media,
.home-layered-hero__layer,
.home-layered-hero__vignette {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.home-layered-hero__media {
  z-index: 0;
}

.rd .home-layered-hero__layer {
  max-width: none;
}

.home-layered-hero__bg {
  z-index: 0;
  object-fit: cover;
  filter: brightness(.67) saturate(.78);
}

.home-layered-hero__dust {
  z-index: 10;
  object-fit: cover;
  opacity: .22;
  mix-blend-mode: screen;
}

.home-layered-hero__wave {
  z-index: 30;
  top: 12.5%;
  object-fit: cover;
  opacity: .52;
  filter: saturate(.72) brightness(.68);
}

.rd .home-layered-hero__laptop {
  z-index: 40;
  inset: 38.4% auto auto 58.6%;
  width: 39.7%;
  height: auto;
  filter: brightness(.7) contrast(1.1) saturate(.76);
}

.home-layered-hero__connectors {
  z-index: 50;
  object-fit: fill;
}

.home-layered-hero__process {
  position: absolute;
  inset: 0;
  z-index: 60;
}

.home-layered-hero__process-card {
  position: absolute;
  padding: clamp(13px, 1.18vw, 20px);
  color: #eeeae6;
  background: rgba(20, 22, 22, .94);
  border: 1px solid rgba(239, 221, 208, .18);
  border-radius: 15px;
  box-shadow: 0 18px 38px rgba(0, 0, 0, .4), inset 0 1px rgba(255, 255, 255, .04);
  backdrop-filter: blur(12px);
}

.home-layered-hero__process-card h2 {
  margin: 0 0 clamp(9px, .9vw, 14px);
  color: #eeeae6;
  font-size: clamp(12px, .98vw, 16px);
  line-height: 1.2;
  font-weight: 700;
}

.home-layered-hero__process-card h2 span {
  color: #c4bbb4;
}

.home-layered-hero__process-card p,
.home-layered-hero__process-card li {
  color: #c8c2bd;
  font-size: clamp(9px, .78vw, 13px);
  line-height: 1.35;
}

.home-layered-hero__process-card p {
  margin: 12px 0 0;
}

.home-layered-hero__process-card ul {
  display: grid;
  gap: 6px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.home-layered-hero__process-card li {
  position: relative;
  min-height: 24px;
  padding: 5px 7px 5px 26px;
  border-radius: 5px;
  background: rgba(255, 255, 255, .045);
}

.home-layered-hero__process-card li::before {
  position: absolute;
  left: 8px;
  color: #efeae6;
  content: "✓";
}

.home-layered-hero__process-card--one {
  left: 45.8%;
  top: 11.4%;
  width: 16.3%;
  min-height: 22.1%;
}

.home-layered-hero__process-card--two {
  left: 65.4%;
  top: 11.2%;
  width: 17.7%;
  min-height: 24.2%;
  border-color: rgba(255, 102, 58, .58);
  box-shadow: 0 0 28px rgba(255, 87, 35, .14), 0 18px 38px rgba(0, 0, 0, .42);
}

.home-layered-hero__process-card--three {
  left: 42.7%;
  top: 40.7%;
  width: 15.1%;
  min-height: 26.5%;
}

.home-layered-hero__process-card--four {
  left: 59.9%;
  top: 38.6%;
  width: 15.5%;
  min-height: 29.5%;
}

.home-layered-hero__formats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 6px;
}

.home-layered-hero__formats b {
  display: grid;
  place-items: center;
  height: clamp(34px, 3.05vw, 49px);
  border-radius: 7px;
  color: #ded9d4;
  background: rgba(255, 255, 255, .075);
  font-size: clamp(8px, .65vw, 11px);
}

.home-layered-hero__avatars {
  display: flex;
  margin: 2px 0 12px;
}

.home-layered-hero__avatars i {
  width: clamp(24px, 2vw, 32px);
  height: clamp(24px, 2vw, 32px);
  margin-right: -8px;
  border: 2px solid #242423;
  border-radius: 50%;
  background: #7c5c50;
}

.home-layered-hero__avatars i:nth-child(2) {
  background: #9b7666;
}

.home-layered-hero__avatars i:nth-child(3) {
  background: #4e5d59;
}

.home-layered-hero__document {
  display: grid;
  place-items: center;
  width: clamp(42px, 3.5vw, 56px);
  height: clamp(42px, 3.5vw, 56px);
  margin: 2px 0 14px;
  border: 1px solid rgba(255, 113, 66, .36);
  border-radius: 50%;
  color: #eee8e3;
  background: rgba(255, 255, 255, .035);
  font-size: clamp(18px, 1.55vw, 25px);
}

.home-layered-hero__spark {
  position: absolute;
  left: 80.2%;
  top: 12.8%;
  z-index: 70;
  color: #fff;
  font-size: clamp(17px, 1.45vw, 23px);
  text-shadow: 0 0 7px #fff, 0 0 16px #ff6b3b, 0 0 28px #ff4c20;
}

.home-layered-hero__copy {
  position: absolute;
  left: 3.2%;
  top: 8.8%;
  z-index: 90;
  width: 38.4%;
}

.home-layered-hero__eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 clamp(15px, 1.45vw, 24px);
  color: #bbb8b5;
  font-size: clamp(9px, .78vw, 13px);
  letter-spacing: .02em;
}

.home-layered-hero__eyebrow i {
  flex: 0 0 auto;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ff5e31;
  box-shadow: 0 0 12px rgba(255, 94, 49, .5);
}

.rd .home-layered-hero h1 {
  margin: 0;
  color: #f4f1ed;
  font-family: var(--sans);
  font-size: clamp(50px, 5.08vw, 86px);
  line-height: .91;
  letter-spacing: -.045em;
  font-weight: 800;
}

.rd .home-layered-hero h1 em {
  display: block;
  margin-top: clamp(8px, .78vw, 13px);
  color: #ff5d30;
  font-family: var(--serif);
  font-size: clamp(40px, 3.78vw, 64px);
  line-height: .98;
  letter-spacing: -.035em;
  font-weight: 400;
  white-space: nowrap;
}

.home-layered-hero__lead {
  width: 88%;
  margin: clamp(16px, 1.55vw, 26px) 0 0;
  color: #c6c2be;
  font-size: clamp(13px, 1.1vw, 18px);
  line-height: 1.5;
}

.home-layered-hero__actions {
  display: flex;
  gap: 16px;
  margin-top: clamp(22px, 2.15vw, 36px);
}

.home-layered-hero__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: clamp(15px, 1.7vw, 28px);
  min-height: clamp(48px, 3.78vw, 62px);
  padding: 0 clamp(19px, 1.82vw, 30px);
  border: 1px solid rgba(255, 255, 255, .72);
  border-radius: 999px;
  color: #fff;
  background: rgba(8, 10, 11, .46);
  font: 700 clamp(11px, .91vw, 15px)/1 var(--sans);
  text-decoration: none;
  cursor: pointer;
  transition: transform .2s ease, border-color .2s ease, background-color .2s ease;
}

.home-layered-hero__button:hover,
.home-layered-hero__button:focus-visible {
  transform: translateY(-2px);
}

.home-layered-hero__button--primary {
  color: #100c0a;
  background: #ff5c30;
  border-color: #ff5c30;
}

.home-layered-hero__facts {
  position: absolute;
  right: 3.1%;
  bottom: 3.7%;
  left: 3.1%;
  z-index: 100;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1.1fr .9fr;
  min-height: 13%;
  border-top: 1px solid rgba(255, 255, 255, .15);
}

.home-layered-hero__facts > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 14px clamp(16px, 1.82vw, 30px);
  border-right: 1px solid rgba(255, 255, 255, .2);
}

.home-layered-hero__facts > div:first-child {
  padding-left: 0;
}

.home-layered-hero__facts > div:last-child {
  border-right: 0;
}

.home-layered-hero__facts strong {
  margin-bottom: 7px;
  color: #f5f2ef;
  font-size: clamp(24px, 2.28vw, 38px);
  line-height: 1;
}

.home-layered-hero__facts span {
  color: #c1bbb6;
  font-size: clamp(10px, .85vw, 14px);
  line-height: 1.35;
}

.home-layered-hero__facts .home-layered-hero__geo {
  flex-direction: row;
  align-items: center;
  gap: 18px;
  padding-right: 0;
}

.home-layered-hero__geo b {
  color: #f1eeea;
  font-size: clamp(28px, 2.47vw, 40px);
  font-weight: 400;
}

.home-layered-hero__vignette {
  z-index: 110;
  border-radius: inherit;
  box-shadow: inset 0 0 90px rgba(0, 0, 0, .44);
}

@media (max-width: 1180px) {
  .rd .home-layered-hero {
    width: calc(100% - 24px);
    height: 1240px;
    min-height: 1240px;
    aspect-ratio: auto;
  }

  .home-layered-hero__copy {
    left: 34px;
    top: 48px;
    width: 610px;
    max-width: calc(100% - 68px);
  }

  .rd .home-layered-hero h1 {
    font-size: clamp(58px, 7vw, 76px);
  }

  .rd .home-layered-hero h1 em {
    font-size: clamp(45px, 5.5vw, 60px);
  }

  .home-layered-hero__process {
    top: 430px;
    right: 34px;
    bottom: auto;
    left: 34px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }

  .home-layered-hero__process-card {
    position: relative;
    inset: auto;
    width: auto;
    min-height: 190px;
  }

  .home-layered-hero__connectors,
  .home-layered-hero__spark {
    display: none;
  }

  .rd .home-layered-hero__laptop {
    inset: auto -35px 170px auto;
    width: min(62vw, 650px);
  }

  .home-layered-hero__facts {
    right: 28px;
    bottom: 22px;
    left: 28px;
    grid-template-columns: repeat(5, 1fr);
    min-height: 132px;
  }
}

@media (max-width: 767px) {
  .rd .home-layered-hero {
    display: flex;
    flex-direction: column;
    width: 100vw;
    max-width: 100vw;
    height: auto;
    min-height: 0;
    margin-top: 8px;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    padding: 0 0 24px;
    border-radius: 0;
  }

  .home-layered-hero__copy {
    position: relative;
    inset: auto;
    order: 1;
    width: auto;
    max-width: none;
    padding: 32px 20px 0;
  }

  .rd .home-layered-hero h1 {
    font-size: clamp(45px, 13vw, 58px);
  }

  .rd .home-layered-hero h1 em {
    margin-top: 10px;
    font-size: clamp(36px, 10.5vw, 48px);
    white-space: normal;
  }

  .home-layered-hero__lead {
    width: auto;
    font-size: 15px;
  }

  .home-layered-hero__actions {
    align-items: stretch;
    flex-direction: column;
  }

  .home-layered-hero__button {
    width: 100%;
    min-height: 54px;
    font-size: 13px;
  }

  .home-layered-hero__process {
    position: relative;
    inset: auto;
    order: 2;
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
    margin: 40px 20px 0;
  }

  .home-layered-hero__process-card {
    min-height: 0;
    padding: 17px;
  }

  .home-layered-hero__process-card h2 {
    font-size: 15px;
  }

  .home-layered-hero__process-card p,
  .home-layered-hero__process-card li {
    font-size: 12px;
  }

  .home-layered-hero__formats b {
    height: 44px;
    font-size: 10px;
  }

  .rd .home-layered-hero__laptop {
    inset: auto -44px 291px auto;
    width: 520px;
    max-width: 125vw;
    opacity: .92;
  }

  .home-layered-hero__wave {
    top: auto;
    bottom: -20px;
    height: 52%;
  }

  .home-layered-hero__dust {
    opacity: .14;
  }

  .home-layered-hero__facts {
    position: relative;
    inset: auto;
    order: 3;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    min-height: 0;
    margin: 360px 20px 0;
  }

  .home-layered-hero__facts > div {
    min-height: 86px;
    padding: 14px 12px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .16);
  }

  .home-layered-hero__facts > div:nth-child(even) {
    border-left: 1px solid rgba(255, 255, 255, .16);
  }

  .home-layered-hero__facts > div:first-child {
    padding-left: 12px;
  }

  .home-layered-hero__facts .home-layered-hero__geo {
    grid-column: 1 / -1;
    min-height: 92px;
    border-left: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-layered-hero__button {
    transition: none;
  }
}
