.hero-blueprint {
  min-height: 650px;
  padding: 8px;
  background: rgba(255,255,255,.045);
  border: 1px solid rgba(255,255,255,.1);
  border-radius: calc(var(--radius) + 8px);
  box-shadow: 0 48px 100px -48px rgba(0,0,0,.8), inset 0 1px rgba(255,255,255,.08);
}

.hero-blueprint-stage {
  position: relative;
  min-height: 634px;
  overflow: hidden;
  color: #e9f7ff;
  background: #b68b5f;
  border-radius: var(--radius);
  box-shadow: inset 0 1px rgba(255,255,255,.08);
}

.hero-blueprint-stage::before {
  position: absolute;
  inset: 0;
  content: "";
  opacity: .24;
  background:
    repeating-linear-gradient(0deg, transparent 0 5px, rgba(70,42,19,.16) 6px),
    linear-gradient(90deg, rgba(255,255,255,.12), transparent 30%, rgba(61,38,21,.12));
}

.hero-drafting-grid {
  position: absolute;
  inset: 0;
  opacity: .18;
  background:
    linear-gradient(rgba(255,255,255,.3) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.3) 1px, transparent 1px);
  background-size: 38px 38px;
}

.blueprint-heading {
  position: absolute;
  top: 22px;
  right: 26px;
  left: 26px;
  z-index: 7;
  display: flex;
  justify-content: space-between;
  gap: 16px;
  color: #f8ecd9;
  font-size: 7px;
  font-weight: 800;
  letter-spacing: .13em;
}

.blueprint-heading small {
  font-size: 6px;
}

.blueprint-sheet {
  position: absolute;
  top: 62px;
  right: 42px;
  bottom: 88px;
  left: 42px;
  z-index: 2;
  overflow: hidden;
  background:
    linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px),
    #09648f;
  background-size: 24px 24px;
  border: 1px solid rgba(255,255,255,.55);
  box-shadow: 0 28px 55px -32px rgba(48,26,10,.85);
  transform: rotate(-1.5deg);
}

.blueprint-sheet::before,
.blueprint-sheet::after {
  position: absolute;
  width: 22px;
  height: 22px;
  content: "";
  border: solid #d8f3ff;
  opacity: .55;
}

.blueprint-sheet::before {
  top: 15px;
  left: 15px;
  border-width: 2px 0 0 2px;
}

.blueprint-sheet::after {
  right: 15px;
  bottom: 15px;
  border-width: 0 2px 2px 0;
}

.sheet-title {
  position: absolute;
  top: 24px;
  right: 28px;
  left: 28px;
  display: grid;
  gap: 4px;
}

.sheet-title small {
  color: #89dcff;
  font-size: 6px;
  font-weight: 800;
  letter-spacing: .13em;
}

.sheet-title strong {
  max-width: 370px;
  font-family: var(--font-display);
  font-size: 20px;
  line-height: 1.02;
}

.alignment-target {
  position: absolute;
  top: 53%;
  left: 50%;
  width: 104px;
  height: 104px;
  border: 1px dashed rgba(255,255,255,.55);
  border-radius: 50%;
  transform: translate(-50%,-50%);
  animation: hero-blueprint-target 6s ease-in-out infinite;
}

.alignment-target::before,
.alignment-target::after {
  position: absolute;
  content: "";
  background: rgba(255,255,255,.42);
}

.alignment-target::before {
  top: 50%;
  right: -28px;
  left: -28px;
  height: 1px;
}

.alignment-target::after {
  top: -28px;
  bottom: -28px;
  left: 50%;
  width: 1px;
}

.alignment-target i {
  position: absolute;
  width: 8px;
  height: 8px;
  background: #81dcff;
  border: 2px solid #fff;
  border-radius: 50%;
}

.alignment-target i:nth-child(1) {
  top: -4px;
  left: 50%;
}

.alignment-target i:nth-child(2) {
  right: -4px;
  bottom: 19px;
}

.alignment-target i:nth-child(3) {
  bottom: 6px;
  left: 7px;
  background: var(--amber);
}

.alignment-target span {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  font-size: 6px;
  font-weight: 800;
  letter-spacing: .14em;
}

.plan-layer {
  position: absolute;
  z-index: 3;
  display: grid;
  width: 148px;
  min-height: 64px;
  grid-template-columns: 25px 1fr;
  align-content: center;
  gap: 2px 9px;
  padding: 10px;
  color: var(--ink);
  background: rgba(248,252,255,.9);
  border: 1px solid #fff;
  box-shadow: 0 16px 26px -20px rgba(0,0,0,.6);
  backdrop-filter: blur(6px);
}

.plan-layer small {
  grid-row: 1 / span 2;
  display: grid;
  width: 25px;
  height: 25px;
  place-items: center;
  color: var(--ink);
  background: var(--teal-wash);
  border-radius: 50%;
  font-size: 5px;
  font-weight: 800;
}

.plan-layer strong {
  font-size: 7px;
  letter-spacing: .1em;
}

.plan-layer span {
  color: var(--slate);
  font-size: 6px;
}

.layer-audience {
  top: 104px;
  left: 24px;
  transform: rotate(-2deg);
}

.layer-expertise {
  top: 104px;
  left: 50%;
  transform: translateX(-50%) rotate(1deg);
}

.layer-priority {
  top: 104px;
  right: 24px;
  transform: rotate(-1deg);
}

.layer-priority small {
  background: var(--amber-wash);
}

.blueprint-core {
  position: absolute;
  top: 53%;
  left: 50%;
  z-index: 5;
  display: grid;
  width: 108px;
  height: 108px;
  place-content: center;
  color: var(--ink);
  background: var(--white);
  border: 5px solid var(--teal);
  border-radius: 50%;
  box-shadow: 0 0 0 12px rgba(255,255,255,.08);
  text-align: center;
  transform: translate(-50%,-50%);
  transition: border-color .24s ease, box-shadow .24s ease, transform .24s var(--ease);
}

.blueprint-core small {
  max-width: 86px;
  color: var(--teal);
  font-family: var(--font-display);
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
}

.blueprint-core strong {
  max-width: 82px;
  margin-top: 5px;
  font-size: 5.7px;
  line-height: 1.12;
  letter-spacing: .07em;
}

.blueprint-core i {
  width: 28px;
  height: 4px;
  margin: 8px auto 0;
  background: var(--amber);
}

.blueprint-services {
  position: absolute;
  right: 18px;
  bottom: 18px;
  left: 18px;
  z-index: 6;
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 6px;
}

.services-label {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 1px 1px;
  color: #9de1ff;
  font-size: 5px;
  font-weight: 800;
  letter-spacing: .13em;
}

.services-label span {
  color: rgba(233,247,255,.68);
  font-size: 4.5px;
}

.blueprint-service {
  position: relative;
  display: grid;
  min-width: 0;
  min-height: 53px;
  grid-template-columns: 24px minmax(0,1fr);
  grid-template-rows: auto auto;
  align-content: center;
  align-items: center;
  gap: 2px 7px;
  padding: 7px 9px;
  overflow: hidden;
  color: #e9f7ff;
  background: rgba(4,42,61,.72);
  border: 1px solid rgba(255,255,255,.26);
  border-radius: 2px;
  box-shadow: 0 9px 18px -14px rgba(0,0,0,.8);
  font-family: inherit;
  text-align: left;
  cursor: pointer;
  transition: color .24s ease, background .24s ease, border-color .24s ease, box-shadow .24s ease, transform .24s var(--ease);
}

.blueprint-service:nth-of-type(2),
.blueprint-service:nth-of-type(5) {
  transform: rotate(-.35deg);
}

.blueprint-service:nth-of-type(3),
.blueprint-service:nth-of-type(6) {
  transform: rotate(.35deg);
}

.blueprint-service small {
  grid-row: 1 / span 2;
  display: grid;
  width: 24px;
  height: 24px;
  place-items: center;
  color: #082b3c;
  background: #8cddff;
  border-radius: 50%;
  font-size: 5px;
  font-weight: 800;
}

.blueprint-service strong {
  overflow: hidden;
  font-size: 6.3px;
  line-height: 1.05;
  letter-spacing: .04em;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

.blueprint-service span {
  overflow: hidden;
  color: rgba(233,247,255,.66);
  font-size: 4.7px;
  line-height: 1.1;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: color .24s ease;
}

.blueprint-service:hover,
.blueprint-service:focus-visible,
.blueprint-service.is-active {
  z-index: 2;
  color: var(--ink);
  background: var(--white);
  border-color: #fff;
  box-shadow: 0 15px 22px -14px rgba(0,0,0,.78);
  outline: none;
  transform: translateY(-5px) rotate(0);
}

.blueprint-service:hover small,
.blueprint-service:focus-visible small,
.blueprint-service.is-active small {
  background: var(--amber);
}

.blueprint-service:hover span,
.blueprint-service:focus-visible span,
.blueprint-service.is-active span {
  color: var(--slate);
}

.blueprint-sheet.is-service-active .blueprint-core {
  border-color: var(--amber);
  box-shadow: 0 0 0 14px rgba(232,163,61,.14), 0 18px 30px -22px rgba(0,0,0,.65);
  transform: translate(-50%,-50%) scale(1.055);
}

.blueprint-sheet.is-service-active .alignment-target {
  animation-duration: 2.2s;
}

.blueprint-caption {
  position: absolute;
  right: 30px;
  bottom: 22px;
  left: 30px;
  z-index: 7;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  color: #f9ead6;
}

.blueprint-caption span {
  flex: 0 0 auto;
  font-size: 5.6px;
  font-weight: 800;
  letter-spacing: .12em;
  white-space: nowrap;
}

.blueprint-caption strong {
  flex: 0 1 auto;
  font-family: var(--font-display);
  font-size: clamp(11px,1.55vw,13px);
  text-align: right;
  white-space: nowrap;
}

@keyframes hero-blueprint-target {
  0%,100% {
    transform: translate(-50%,-50%) rotate(0);
  }
  50% {
    transform: translate(-50%,-50%) rotate(18deg);
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-blueprint *,
  .hero-blueprint *::before,
  .hero-blueprint *::after {
    animation: none !important;
  }
}

@media (max-width: 1080px) {
  .hero-blueprint {
    width: min(760px,100%);
    min-height: 650px;
    margin-inline: auto;
  }
}

@media (max-width: 620px) {
  .hero-blueprint {
    min-height: 620px;
    padding: 6px;
  }

  .hero-blueprint-stage {
    min-height: 606px;
  }

  .blueprint-heading {
    right: 18px;
    left: 18px;
  }

  .blueprint-heading small {
    display: none;
  }

  .blueprint-sheet {
    top: 58px;
    right: 15px;
    bottom: 82px;
    left: 15px;
  }

  .sheet-title {
    right: 18px;
    left: 18px;
  }

  .sheet-title strong {
    max-width: 290px;
    font-size: 16px;
  }

  .plan-layer {
    width: 102px;
    min-height: 56px;
    grid-template-columns: 20px 1fr;
    gap: 2px 6px;
    padding: 7px;
  }

  .plan-layer small {
    width: 20px;
    height: 20px;
    font-size: 4px;
  }

  .plan-layer strong {
    font-size: 5.5px;
  }

  .plan-layer span {
    font-size: 4.5px;
  }

  .layer-audience {
    top: 98px;
    left: 11px;
  }

  .layer-expertise {
    top: 98px;
    left: 50%;
  }

  .layer-priority {
    top: 98px;
    right: 11px;
  }

  .alignment-target {
    top: 53%;
    width: 90px;
    height: 90px;
  }

  .blueprint-core {
    top: 53%;
    width: 94px;
    height: 94px;
    border-width: 4px;
  }

  .blueprint-core small {
    max-width: 74px;
    font-size: 8px;
  }

  .blueprint-core strong {
    max-width: 72px;
    font-size: 4.8px;
  }

  .blueprint-services {
    right: 11px;
    bottom: 12px;
    left: 11px;
    gap: 4px;
  }

  .services-label {
    font-size: 4.3px;
  }

  .services-label span {
    font-size: 3.8px;
  }

  .blueprint-service {
    min-height: 50px;
    grid-template-columns: 20px minmax(0,1fr);
    gap: 1px 5px;
    padding: 5px 6px;
  }

  .blueprint-service small {
    width: 20px;
    height: 20px;
    font-size: 4px;
  }

  .blueprint-service strong {
    font-size: 5px;
  }

  .blueprint-service span {
    font-size: 3.7px;
  }

  .blueprint-caption {
    right: 12px;
    bottom: 17px;
    left: 12px;
    align-items: end;
    gap: 8px;
  }

  .blueprint-caption span {
    font-size: 4px;
    letter-spacing: .08em;
  }

  .blueprint-caption strong {
    max-width: none;
    font-size: 7.2px;
  }
}
