.lemon-page .profile { width: min(1160px, calc(100% - 64px)); grid-template-columns: minmax(0, 1fr) minmax(0, 1.08fr); gap: 26px 52px; padding-bottom: 44px; }
.profile-background { margin-top: 7px; font-size: 13px; color: var(--muted); line-height: 1.7; }
.lemon-page .profile h2 { font-size: clamp(33px, 3.35vw, 45px); margin-top: 26px; }
.lemon-page .intro { max-width: 29em; margin-top: 20px; }
.lemon-page .lemon-hero-photo { width: min(400px, 100%); justify-self: center; height: auto; min-height: 0; grid-row: 2; background: transparent; border-radius: 0; overflow: visible; }
.lemon-hero-photo picture { display: block; overflow: hidden; border-radius: 12px; }
.lemon-page .lemon-hero-photo img { height: auto; aspect-ratio: 2 / 3; object-fit: contain; }
.lemon-hero-photo figcaption { font-size: 12px; justify-content: flex-end; }
.lemon-story-grid { display: grid; grid-template-columns: 300px minmax(0, 1fr); gap: 74px; align-items: start; }
.friends-photo picture { display: block; border-radius: 10px; overflow: hidden; }
.friends-photo img { aspect-ratio: 1.5; object-fit: contain; }
.friends-photo figcaption { justify-content: flex-start; font-size: 12px; }
.friends-photo blockquote { margin: 24px 0 0; font-size: 22px; line-height: 1.65; }
.friends-photo .source-note { margin-top: 14px; }
.lemon-page .notes-copy { max-width: none; }
.lemon-bass-photo { width: min(260px, 100%); margin: 24px 0 0; }
.lemon-bass-photo img { display: block; width: 100%; height: auto; border-radius: 10px; }
.lemon-bass-photo figcaption { justify-content: flex-start; font-size: 12px; }
.lemon-page .notes-copy h2 { font-size: clamp(23px, 2.15vw, 28px); text-wrap: balance; }
.lemon-page .notes-copy > div + div { margin-top: 30px; }
.lemon-page .notes-copy .source-note { line-height: 1.8; margin-top: 14px; }
.lemon-page .work-grid { grid-template-columns: 300px minmax(0, 1fr); gap: 74px; }
.lemon-page .work-copy h2 { font-size: clamp(27px, 2.55vw, 33px); text-wrap: balance; }
.lemon-page .work-section { padding-block: 52px; }
.lemon-meeting { display: grid; grid-template-columns: 420px minmax(0, 1fr); gap: 64px; padding-block: 58px; align-items: center; }
.lemon-meeting picture { display: block; overflow: hidden; border-radius: 12px; }
.lemon-meeting img { aspect-ratio: 4 / 3; object-fit: contain; }
.lemon-meeting figcaption { justify-content: flex-start; font-size: 12px; }
.lemon-meeting h2 { font-size: clamp(26px, 2.55vw, 33px); line-height: 1.45; letter-spacing: -.035em; }
.lemon-meeting p { margin-top: 18px; font-size: 16px; line-height: 1.95; }
.lemon-meeting .text-link { margin-top: 16px; font-size: 14px; }
.lemon-page .interview-section { border-top: 1px solid var(--line); padding-top: 45px; }
.lemon-page .interview-grid { align-items: start; }
@media (max-width: 1050px) {
  .lemon-page .profile { gap: 24px 32px; }
  .lemon-story-grid, .lemon-page .work-grid { grid-template-columns: 270px minmax(0, 1fr); gap: 40px; }
  .lemon-meeting { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 40px; }
}
@media (max-width: 760px) {
  .lemon-page .profile { width: calc(100% - 40px); gap: 0; padding-bottom: 32px; }
  .lemon-page .profile-copy { padding-top: 26px; }
  .lemon-page .profile h2 { font-size: 34px; margin-top: 22px; }
  .lemon-page .lemon-hero-photo { width: 100%; aspect-ratio: auto; margin-top: 24px; }
  .lemon-story-grid { display: flex; flex-direction: column; gap: 30px; }
  .friends-photo { width: min(280px, 100%); align-self: center; }
  .friends-photo blockquote { font-size: 21px; margin-top: 18px; }
  .lemon-page .notes-copy > div + div { margin-top: 26px; }
  .lemon-page .work-grid { display: flex; flex-direction: column; gap: 30px; }
  .lemon-page .work-media { width: min(300px, 100%); }
  .lemon-page .work-section { padding-block: 38px; }
  .lemon-page .work-copy h2 { font-size: 28px; }
  .lemon-meeting { grid-template-columns: minmax(0, 1fr); gap: 28px; padding-block: 38px; }
  .lemon-meeting h2 { font-size: 28px; }
  .lemon-page .interview-section { padding-top: 35px; }
}
