/* Official artwork is displayed without repainting or changing its proportions. */
.hero {
  padding-top: 30px;
  background: radial-gradient(ellipse at 80% 35%, #f6ded8aa, transparent 65%);
}
.hero-grid { grid-template-columns: minmax(0, 1fr) minmax(0, .84fr); gap: 60px; }
.hero-art { width: min(100%, 420px); margin: 0 auto; transform: none; }
.art-frame { display: block; padding: 7px; border-radius: 10px; }
.art-frame img { width: 100%; height: auto; aspect-ratio: 1536 / 2752; object-fit: contain; border-radius: 4px; }
.hero-art figcaption { flex-direction: row; justify-content: space-between; gap: 12px; padding-top: 9px; }
.art-caption { margin: 0; font-size: 10px; }
.visual-expand { display: inline-flex; align-items: center; gap: 6px; min-height: 36px; font-size: 10px; color: var(--pink-dark); }
.hero-bottom { margin-top: 30px; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; border: 0; }
.roka-expressions { background: radial-gradient(ellipse at 40% 50%, #fff, #f8e4e3); }
.expression { position: absolute; height: auto; background: white; border: 5px solid #fffefd; border-radius: 50%; box-shadow: 0 7px 24px #6d443410; }
.expression-main { width: 58%; left: 5%; top: 18%; transform: rotate(-6deg); }
.expression-excited { width: 29%; right: 5%; top: 13%; transform: rotate(7deg); }
.expression-shy { width: 29%; right: 7%; top: 52%; transform: rotate(-3deg); }
.roka-expressions .visual-signature { left: 30px; right: auto; bottom: 12px; font-size: 30px; }
.maruno-detail { background: #fff7ef; }
.maruno-detail .visual-label { left: auto; right: 20px; }
.maruno-art { width: 100%; height: 100%; }
.maruno-detail .visual-signature { font-size: 30px; padding: 0 12px; border-radius: 24px; background: #fffaf5eb; }
.reference-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; padding-bottom: 20px; }
.sheet-wrap { min-width: 0; padding: 10px 0; }
.sheet-wrap figcaption { margin-bottom: 18px; }
.sheet-wrap figcaption > span { font-size: 9px; color: var(--pink-dark); letter-spacing: .14em; }
.sheet-wrap h3 { margin-top: 5px; font: 500 23px/1.7 var(--serif); }
.sheet-wrap p { font-size: 12px; color: var(--muted); margin-top: 6px; }
.sheet-wrap img { width: 100%; }
.sheet-link { display: flex; align-items: center; min-height: 44px; width: fit-content; margin-top: 8px; color: var(--pink-dark); font-size: 12px; }

@media (max-width: 1050px) and (min-width: 761px) {
  .hero-grid { gap: 24px; }
  .hero h1 { font-size: clamp(24px, 3.1vw, 33px); }
  .hero-art figcaption { flex-direction: column; gap: 0; }
}
@media (max-width: 760px) {
  .hero { padding-top: 20px; }
  .hero-grid { grid-template-columns: 1fr; gap: 28px; }
  .hero-art { grid-row: 1; width: min(100%, 310px); }
  .art-frame { padding: 5px; }
  .hero-art figcaption { flex-direction: row; gap: 10px; }
  .art-caption, .visual-expand { font-size: 9px; }
  .hero-copy { padding: 0 0 2px; }
  .hero h1 { font-size: clamp(24px, 7.5vw, 38px); }
  .hero-bottom { margin-top: 24px; }
  .reference-grid { grid-template-columns: 1fr; gap: 24px; }
  .sheet-wrap h3 { font-size: 22px; }
  .expression { border-width: 3px; }
}
