.hb-about-split {
  background: var(--hb-paper-2);
  padding: 96px 0;
}
.hb-about-split__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 96px;
  align-items: center;
}
.hb-about-split__heading {
  font-family: var(--hb-font-display);
  font-weight: 700;
  font-size: clamp(40px, 4.5vw, 64px);
  line-height: 1.02;
  letter-spacing: -.025em;
  margin: 16px 0 24px;
}
.hb-about-split__heading em {
  font-family: var(--hb-font-serif);
  font-style: italic;
  font-weight: 400;
  color: var(--hb-orange-600);
  letter-spacing: -.01em;
}
.hb-about-split__body {
  font-family: var(--hb-font-serif);
  font-size: 19px;
  line-height: 1.55;
  color: var(--hb-ink-700);
  opacity: .85;
}
.hb-about-split__body p { margin: 0 0 16px; }
.hb-about-split__meta {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  margin-top: 40px;
  padding-top: 32px;
  border-top: 1px solid var(--hb-line);
}
.hb-about-split__meta-k {
  font-family: var(--hb-font-display);
  font-weight: 700;
  font-size: 32px;
  letter-spacing: -.02em;
  color: var(--hb-blue-700);
}
.hb-about-split__meta-l {
  font-size: 13px;
  color: var(--hb-ink-500);
  margin-top: 4px;
}

.hb-about-split__visual {
  position: relative;
  aspect-ratio: 4 / 5;
}
.hb-about-split__stack {
  position: absolute;
  box-shadow: var(--hb-shadow-book);
  transition: transform .3s;
  overflow: hidden;
}
.hb-about-split__stack img { width: 100%; height: 100%; object-fit: cover; display: block; }
.hb-about-split__stack--a { width: 55%; aspect-ratio: 2/3; top: 0; left: 0;  transform: rotate(-5deg); z-index: 2; }
.hb-about-split__stack--b { width: 55%; aspect-ratio: 2/3; bottom: 0; right: 0; transform: rotate(4deg);  z-index: 1; }
.hb-about-split__stack--c { width: 40%; aspect-ratio: 2/3; top: 25%; left: 38%; transform: rotate(2deg);  z-index: 3; }

.hb-about-split__sticker {
  position: absolute;
  top: -20px; right: 10%;
  background: var(--hb-orange-500);
  color: #fff;
  padding: 14px 22px;
  font-family: var(--hb-font-display);
  font-weight: 700;
  font-size: 14px;
  letter-spacing: .12em;
  text-transform: uppercase;
  transform: rotate(6deg);
  z-index: 5;
}

@media (max-width: 1024px) {
  .hb-about-split { padding: 64px 0; }
  .hb-about-split__grid { grid-template-columns: 1fr; gap: 48px; }
}
