@font-face {
  font-family: 'Polly Playfair';
  src: url('../fonts/playfair-display-latin.woff2') format('woff2');
  font-style: normal;
  font-weight: 400 500;
  font-display: swap;
}
.owner-blueprint {
  margin: 0 0 72px;
  padding: 26px 30px 30px;
  border: 1px solid #d4deeb;
  background: #fff;
  text-align: center;
}
.owner-blueprint-eyebrow {
  width: max-content;
  max-width: 100%;
  margin: 0 auto 10px;
  color: #1c4078;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .13em;
  line-height: 1.45;
  text-transform: uppercase;
}
.owner-blueprint-title {
  margin: 0;
  color: #1c4078;
  font: 400 clamp(22px, 6.8vw, 47px)/1.11 'Polly Playfair', Georgia, serif;
  letter-spacing: -.025em;
}
.owner-blueprint-title span {
  display: block;
  width: max-content;
  max-width: 100%;
  margin: 0 auto;
  white-space: nowrap;
}
.owner-blueprint-title span + span { color: #3e9ca0; }
.owner-blueprint-instruction {
  margin: 14px auto 8px;
  color: var(--ink-soft);
  font-size: 14px;
  line-height: 1.6;
}
.owner-blueprint-map {
  position: relative;
  width: min(100%, 720px);
  aspect-ratio: 1114 / 1035;
  margin: 0 auto;
  overflow: hidden;
}
.owner-blueprint-original {
  position: absolute;
  inset: 0 auto auto 0;
  width: 112.57%;
  aspect-ratio: 1;
  transform: translate(-5.58%, -11.96%);
}
.owner-blueprint-original::after {
  content: '';
  position: absolute;
  z-index: 2;
  top: 11%;
  left: 0;
  width: 36%;
  height: 3.8%;
  background: #fff;
  pointer-events: none;
}
.owner-blueprint-map img {
  display: block;
  width: 100%;
  height: auto;
}
.owner-blueprint-highlight {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.owner-blueprint-highlight path {
  fill: none;
  stroke: #f2653d;
  stroke-width: 5;
  stroke-linecap: round;
  vector-effect: non-scaling-stroke;
  opacity: 0;
  stroke-dasharray: 100;
  stroke-dashoffset: 100;
}
.owner-blueprint-highlight path.is-active { opacity: 1; }
.owner-blueprint.is-visible .owner-blueprint-highlight path.is-active {
  animation: owner-blueprint-trace .55s ease-out forwards;
}
@keyframes owner-blueprint-trace { to { stroke-dashoffset: 0; } }
.owner-blueprint-hit {
  position: absolute;
  display: block;
  border: 0;
  padding: 0;
  background: transparent;
  -webkit-tap-highlight-color: transparent;
}
.owner-blueprint-hit:focus-visible { outline: 3px solid #f2653d; outline-offset: 3px; }
.owner-blueprint-hit[data-blueprint-topic="money"] { left: 39%; top: 18%; width: 22%; height: 21%; }
.owner-blueprint-hit[data-blueprint-topic="time"] { left: 69%; top: 30%; width: 23%; height: 27%; }
.owner-blueprint-hit[data-blueprint-topic="team"] { left: 63%; top: 58%; width: 30%; height: 28%; }
.owner-blueprint-hit[data-blueprint-topic="operations"] { left: 14%; top: 62%; width: 36%; height: 25%; }
.owner-blueprint-hit[data-blueprint-topic="growth"] { left: 10%; top: 31%; width: 28%; height: 27%; }
.owner-blueprint-tagline {
  margin: 9px auto 0;
  color: #1c4078;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .15em;
  line-height: 1.55;
  text-transform: uppercase;
}
.owner-blueprint.is-motion-ready .owner-blueprint-eyebrow,
.owner-blueprint.is-motion-ready .owner-blueprint-title span { clip-path: inset(0 100% 0 0); }
.owner-blueprint.is-motion-ready .owner-blueprint-tagline { opacity: 0; }
.owner-blueprint.is-motion-ready.is-visible .owner-blueprint-eyebrow { animation: owner-blueprint-type .6s steps(29, end) forwards; }
.owner-blueprint.is-motion-ready.is-visible .owner-blueprint-title span:first-child { animation: owner-blueprint-type 1.1s steps(28, end) .42s forwards; }
.owner-blueprint.is-motion-ready.is-visible .owner-blueprint-title span + span { animation: owner-blueprint-type .9s steps(22, end) 1.55s forwards; }
.owner-blueprint.is-motion-ready.is-visible .owner-blueprint-tagline { animation: owner-blueprint-enter .5s ease 2.35s forwards; }
@keyframes owner-blueprint-type { to { clip-path: inset(0 0 0 0); } }
@keyframes owner-blueprint-enter { to { opacity: 1; } }
.owner-blueprint-detail {
  max-width: 720px;
  min-height: 68px;
  margin: 10px auto 0;
  padding: 14px 18px 0;
  border-top: 3px solid #f2653d;
  color: var(--ink);
  font-size: 15px;
  line-height: 1.6;
  text-align: left;
}
.owner-blueprint-detail strong { font-weight: 700; }
.owner-blueprint-full {
  display: inline-block;
  margin-top: 6px;
  padding: 10px 0;
  border-bottom: 1px solid currentColor;
  color: var(--ink);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.6;
}
.owner-blueprint-full:focus-visible { outline: 3px solid var(--blue); outline-offset: 3px; }

@media (max-width: 560px) {
  .owner-blueprint {
    width: calc(100% + 40px);
    margin-left: -20px;
    margin-bottom: 46px;
    padding: 16px 12px 22px;
  }
  .owner-blueprint-eyebrow { margin-bottom: 8px; font-size: 10px; letter-spacing: .09em; }
  .owner-blueprint-title { font-size: clamp(22px, 6.8vw, 28px); }
  .owner-blueprint-instruction { margin-top: 12px; margin-bottom: 8px; font-size: 13px; }
  .owner-blueprint-tagline { font-size: 10px; letter-spacing: .09em; }
  .owner-blueprint-detail { min-height: 80px; margin-top: 7px; padding: 12px 4px 0; font-size: 13px; }
  .owner-blueprint-full { font-size: 13px; }
}

@media (prefers-reduced-motion: reduce) {
  .owner-blueprint-highlight path.is-active { animation: none !important; stroke-dashoffset: 0; }
  .owner-blueprint-eyebrow,
  .owner-blueprint-title span { clip-path: none !important; animation: none !important; }
  .owner-blueprint-tagline { opacity: 1 !important; animation: none !important; }
}
.motion-paused .owner-blueprint-highlight path.is-active,
.page-hidden .owner-blueprint-highlight path.is-active { animation-play-state: paused; }
.motion-paused .owner-blueprint-eyebrow,
.motion-paused .owner-blueprint-title span { clip-path: none !important; animation: none !important; }
.motion-paused .owner-blueprint-tagline { opacity: 1 !important; animation: none !important; }
