.about { padding: 86px 0; }

.about-title { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 35px; }
.about-title h2 { margin: 0; font-size: clamp(50px, 7vw, 96px); line-height: .8; letter-spacing: -.09em; }
.about-title p, .about-label, .about-interests > p { margin: 0; color: var(--acid); font-size: 11px; font-weight: 800; }

.about-grid { display: grid; grid-template-columns: minmax(260px, .7fr) minmax(0, 1fr); align-items: start; }

.about-photo { position: relative; align-self: start; margin: 14px 40px 0 0; padding: 9px 9px 12px; border: var(--line); background: var(--paper); box-shadow: 6px 6px 0 var(--ink); transform: rotate(-2.5deg); text-align: center; }
.about-photo img { display: block; width: 100%; aspect-ratio: 4 / 5; object-fit: cover; }
.about-photo figcaption { margin-top: 10px; font-size: 9px; font-weight: 800; letter-spacing: .03em; }
.pushpin { position: absolute; z-index: 1; top: -13px; left: 50%; width: 19px; height: 19px; transform: translateX(-50%); border: 3px solid var(--ink); border-radius: 50%; background: #f5cf33; box-shadow: 1px 2px 0 var(--ink); }

.about-copy { padding: 0; }
.about-placeholder { max-width: 580px; margin: 20px 0 22px; font-size: clamp(20px, 2.15vw, 30px); font-weight: 700; line-height: 1.25; }
.about-notes { max-width: 650px; margin-bottom: 40px; border-left: 4px solid var(--acid); padding-left: 16px; }
.about-notes p { margin: 0 0 14px; font-size: 16px; font-weight: 600; line-height: 1.7; }
.about-notes p:last-child { margin-bottom: 0; }

.about-interests { margin-top: 52px; }
.board-note { display: block; margin-top: 7px; font-size: 10px; font-weight: 600; opacity: .62; }
.about-introduction { margin-top: 40px; }
.about-afterword { max-width: 900px; margin: 62px auto 0; text-align: center; }
.about-afterword p { margin: 0 0 24px; font-size: 16px; font-weight: 600; line-height: 1.7; }
.about-afterword a { border-bottom: 2px solid var(--acid); color: inherit; font-weight: 800; }
.about-afterword a:hover { color: var(--acid); }
.about-moments { display: flex; align-items: center; gap: 18px; margin: 78px auto 86px; }
.moment-photo { position: relative; flex: 1 1 0; margin: 0; border: 1px solid #ededed; background: var(--white); padding: 9px 9px 18px; box-shadow: 0 11px 20px rgba(0, 0, 0, .13); }
.moment-photo:nth-child(1) { transform: rotate(-1.3deg); }
.moment-photo:nth-child(2) { transform: rotate(.7deg); }
.moment-photo:nth-child(3) { transform: rotate(-.5deg); }
.moment-photo:nth-child(4) { transform: rotate(1.1deg); }
.moment-photo img { display: block; width: 100%; aspect-ratio: 3 / 4; object-fit: cover; }
.photo-placeholder { display: grid; place-items: center; width: 100%; aspect-ratio: 3 / 4; border: 2px dashed var(--ink); background: #e8eae7; color: var(--acid); font-size: 13px; font-weight: 800; line-height: 1.35; text-align: center; }
.moment-photo figcaption { position: absolute; z-index: 2; bottom: 8px; left: 50%; width: max-content; max-width: calc(100% - 18px); transform: translateX(-50%) rotate(-1deg); border: 2px solid var(--ink); background: var(--white); box-shadow: 3px 3px 0 var(--ink); padding: 5px 7px; opacity: 0; color: var(--acid); font-size: 10px; font-weight: 800; pointer-events: none; transition: opacity .12s ease; white-space: nowrap; }
.moment-photo:hover figcaption { opacity: 1; }

@media (max-width: 800px) {
  .about { padding: 62px 0; }
  .about-title { align-items: start; flex-direction: column; }
  .about-grid { grid-template-columns: 1fr; }
  .about-photo { width: min(300px, calc(100% - 56px)); margin: 14px auto 30px; }
  .about-copy { padding: 0; }
  .about-placeholder { margin-bottom: 22px; }
  .about-afterword { margin-top: 46px; }
  .about-moments { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; margin: 56px auto 70px; }
}
